HomeSort by relevance Sort by last modified time
    Searched defs:elf_hash (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libelf/
elf_hash.c 28 elf_hash (string) function
33 INTDEF(elf_hash)
  /bionic/linker/
linker.c 440 unsigned elf_hash = elfhash(name); local
455 s = _elf_lookup(si, elf_hash, name);
462 s = _elf_lookup(lsi, elf_hash, name);
478 s = _elf_lookup(lsi, elf_hash, name);
493 s = _elf_lookup(lsi, elf_hash, name);
521 unsigned elf_hash = elfhash(name); local
533 s = _elf_lookup(si, elf_hash, name);
    [all...]
  /external/valgrind/main/perf/
tinycc.c 18150 static unsigned long elf_hash(const unsigned char *name) function
    [all...]

Completed in 107 milliseconds