Searched refs:elf_hash (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 483 unsigned elf_hash = elfhash(name); in ElfW() local 499 s = soinfo_elf_lookup(si, elf_hash, name); in ElfW() 510 s = soinfo_elf_lookup(somain, elf_hash, name); in ElfW() 519 s = soinfo_elf_lookup(g_ld_preloads[i], elf_hash, name); in ElfW() 540 s = soinfo_elf_lookup(si, elf_hash, name); in ElfW() 549 s = soinfo_elf_lookup(child, elf_hash, name); in ElfW() 679 unsigned elf_hash = elfhash(name); in ElfW() local 687 s = soinfo_elf_lookup(si, elf_hash, name); in ElfW()
|