Home
last modified time | relevance | path

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

/netbsd-src/libexec/ld.elf_so/
H A Drtld.h83 } 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 Dsymbol.c85 _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 Dreloc.c71 Elf_Hash hash; in _rtld_do_copy_relocation()
H A Drtld.c1119 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 DELF.h748 const Elf_Hash *Table = reinterpret_cast<const Elf_Hash *>(TablePtr.get()); in getDynSymtabSize()
H A DELFTypes.h127 using Elf_Hash = typename ELFT::Hash; \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp348 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()