elf_hash
uint32 hash = elf_hash(name) % HASHTABSIZE(image);
const_cast<uint32&>(lookupInfo.hash) = elf_hash(lookupInfo.name);
uint32 elf_hash(const char* name);
uint32 bucket = elf_hash(name) % symbolHashSize;