Home
last modified time | relevance | path

Searched refs:elf_hash (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker.cpp487 unsigned elf_hash = elfhash(name); in soinfo_do_lookup() local
498 s = soinfo_elf_lookup(si, elf_hash, name); in soinfo_do_lookup()
515 s = soinfo_elf_lookup(somain, elf_hash, name); in soinfo_do_lookup()
532 s = soinfo_elf_lookup(si, elf_hash, name); in soinfo_do_lookup()
546 s = soinfo_elf_lookup(somain, elf_hash, name); in soinfo_do_lookup()
557 s = soinfo_elf_lookup(gLdPreloads[i], elf_hash, name); in soinfo_do_lookup()
567 s = soinfo_elf_lookup(needed[i], elf_hash, name); in soinfo_do_lookup()
606 unsigned elf_hash = elfhash(name); in dlsym_linear_lookup() local
614 s = soinfo_elf_lookup(si, elf_hash, name); in dlsym_linear_lookup()