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

/bionic/linker/
H A Dlinker.cpp484 unsigned elf_hash = elfhash(name); local
495 s = soinfo_elf_lookup(si, elf_hash, name);
512 s = soinfo_elf_lookup(somain, elf_hash, name);
529 s = soinfo_elf_lookup(si, elf_hash, name);
543 s = soinfo_elf_lookup(somain, elf_hash, name);
554 s = soinfo_elf_lookup(gLdPreloads[i], elf_hash, name);
564 s = soinfo_elf_lookup(needed[i], elf_hash, name);
603 unsigned elf_hash = elfhash(name); local
611 s = soinfo_elf_lookup(si, elf_hash, name);

Completed in 266 milliseconds