Searched refs:Elf_Hash (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/libexec/ld.elf_so/ |
H A D | rtld.h | 83 } Elf_Hash; typedef 445 const Elf_Sym *_rtld_symlook_obj(const char *, Elf_Hash *, 452 const Elf_Sym *_rtld_symlook_list(const char *, Elf_Hash *, 454 const Elf_Sym *_rtld_symlook_default(const char *, Elf_Hash *, 456 const Elf_Sym *_rtld_symlook_needed(const char *, Elf_Hash *,
|
H A D | symbol.c | 85 _rtld_symlook_list(const char *name, Elf_Hash *hash, const Objlist *objlist, in _rtld_symlook_list() 123 _rtld_symlook_needed(const char *name, Elf_Hash *hash, in _rtld_symlook_needed() 381 _rtld_symlook_obj(const char *name, Elf_Hash *hash, in _rtld_symlook_obj() 408 Elf_Hash hash; in _rtld_find_symdef() 487 _rtld_symlook_default(const char *name, Elf_Hash *hash, in _rtld_symlook_default()
|
H A D | reloc.c | 71 Elf_Hash hash; in _rtld_do_copy_relocation()
|
H A D | rtld.c | 1119 Elf_Hash hash; in _rtld_objmain_sym() 1164 Elf_Hash hash; in do_dlsym()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELF.h | 748 const Elf_Hash *Table = reinterpret_cast<const Elf_Hash *>(TablePtr.get()); in getDynSymtabSize()
|
H A D | ELFTypes.h | 127 using Elf_Hash = typename ELFT::Hash; \
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 348 const Elf_Hash *HashTable = nullptr; 560 void printHashHistogram(const Elf_Hash &HashTable); 562 void printHashTableSymbols(const Elf_Hash &HashTable); 1866 HashTable = reinterpret_cast<const Elf_Hash *>( in parseDynamicTable() 3813 void GNUELFDumper<ELFT>::printHashTableSymbols(const Elf_Hash &SysVHash) { in printHashTableSymbols() 4571 void GNUELFDumper<ELFT>::printHashHistogram(const Elf_Hash &HashTable) { in printHashHistogram()
|