Function elf_hash

Source
fn elf_hash(name: &CStr) -> u32
Expand description

Straight from the ELF specification…and then tweaked slightly, in order to avoid a few clang warnings. (And then translated to Rust).