elf_resolve_from_hashtable

Function elf_resolve_from_hashtable 

Source
pub unsafe extern "C" fn elf_resolve_from_hashtable(
    interface: *const ElfApiInterface,
    hash: u32,
    address: *mut Elf32_Addr,
) -> bool
Expand description

Resolver for API entries using a pre-sorted table with hashes

§Arguments

  • interface - pointer to HashtableApiInterface
  • hash - gnu hash of function name
  • address - output for function address

§Returns

true if the table contains a function