Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp477 using Elf_GnuHash = typename ELFT::GnuHash; in getNumSyms() typedef
483 const Elf_GnuHash *Table = in getNumSyms()
484 reinterpret_cast<const Elf_GnuHash *>(TablePtr.get()); in getNumSyms()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp65 typedef typename ELFO::Elf_GnuHash Elf_GnuHash; \
144 typedef typename ELFO::Elf_GnuHash Elf_GnuHash; typedef in __anon148931850111::ELFDumper
189 const Elf_GnuHash *GnuHashTable = nullptr;
243 const Elf_GnuHash *getGnuHashTable() const { return GnuHashTable; } in getGnuHashTable()
1391 reinterpret_cast<const Elf_GnuHash *>(toMappedAddr(Dyn.getPtr())); in parseDynamicTable()
3066 const Elf_GnuHash *GnuHashTable = this->dumper()->getGnuHashTable(); in printHashHistogram()
/external/llvm/include/llvm/Object/
DELF.h56 typedef Elf_GnuHash_Impl<ELFT> Elf_GnuHash; typedef
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp101 using Elf_GnuHash = typename ELFT::GnuHash; \
341 const Elf_GnuHash *GnuHashTable = nullptr;
425 const Elf_GnuHash *getGnuHashTable() const { return GnuHashTable; } in getGnuHashTable()
879 void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable);
882 void printGnuHashTableSymbols(const Elf_GnuHash &GnuHashTable);
2110 GnuHashTable = reinterpret_cast<const Elf_GnuHash *>( in parseDynamicTable()
4140 void GNUStyle<ELFT>::printGnuHashTableSymbols(const Elf_GnuHash &GnuHash) { in printGnuHashTableSymbols()
4218 if (const Elf_GnuHash *GnuHash = this->dumper().getGnuHashTable()) { in printHashSymbols()
4900 void GNUStyle<ELFT>::printGnuHashHistogram(const Elf_GnuHash &GnuHashTable) { in printGnuHashHistogram()
4967 if (const Elf_GnuHash *GnuHashTable = this->dumper().getGnuHashTable()) { in printHashHistograms()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h90 using Elf_GnuHash = typename ELFT::GnuHash; variable
/external/llvm-project/llvm/include/llvm/Object/
DELF.h108 using Elf_GnuHash = typename ELFT::GnuHash; variable