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 61 elf_hash (string) function
66 INTDEF(elf_hash)
  /bionic/linker/
linker.cpp 487 unsigned elf_hash = elfhash(name); local
498 s = soinfo_elf_lookup(si, elf_hash, name);
515 s = soinfo_elf_lookup(somain, elf_hash, name);
532 s = soinfo_elf_lookup(si, elf_hash, name);
546 s = soinfo_elf_lookup(somain, elf_hash, name);
557 s = soinfo_elf_lookup(gLdPreloads[i], elf_hash, name);
567 s = soinfo_elf_lookup(needed[i], elf_hash, name);
606 unsigned elf_hash = elfhash(name); local
614 s = soinfo_elf_lookup(si, elf_hash, name);
    [all...]
  /external/valgrind/main/perf/
tinycc.c 18151 static unsigned long elf_hash(const unsigned char *name) function
    [all...]

Completed in 511 milliseconds