Searched refs:Elf_GnuHash (Results 1 – 6 of 6) sorted by relevance
477 using Elf_GnuHash = typename ELFT::GnuHash; in getNumSyms() typedef483 const Elf_GnuHash *Table = in getNumSyms()484 reinterpret_cast<const Elf_GnuHash *>(TablePtr.get()); in getNumSyms()
65 typedef typename ELFO::Elf_GnuHash Elf_GnuHash; \144 typedef typename ELFO::Elf_GnuHash Elf_GnuHash; typedef in __anon148931850111::ELFDumper189 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()
56 typedef Elf_GnuHash_Impl<ELFT> Elf_GnuHash; typedef
101 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()
90 using Elf_GnuHash = typename ELFT::GnuHash; variable
108 using Elf_GnuHash = typename ELFT::GnuHash; variable