Skip to main content

case_folding_djb_hash

Function case_folding_djb_hash 

Source
pub fn case_folding_djb_hash(s: &str) -> u32
Expand description

Calculate a case folding DJB hash for the DWARF name index.

This uses the case folding specified in DWARF 5 Section 6.1.1.4.5 with the DJB hash specified in DWARF 5 Section 7.33.