Searched refs:GnuHashTable (Results 1 – 2 of 2) sorted by relevance
387 const Elf_GnuHash *GnuHashTable = nullptr; member in __anonb9a7a8320111::ELFDumper2699 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()2700 return GnuHashTable->values(NumSyms); in getGnuHashTableChains()2723 if (!GnuHashTable) in printGnuHashTable()2768 if (this->GnuHashTable) { in printHashHistograms()2772 printGnuHashHistogram(*this->GnuHashTable); in printHashHistograms()2824 const Elf_GnuHash &GnuHashTable) const { in printGnuHashHistogram()2834 size_t Symndx = GnuHashTable.symndx; in printGnuHashHistogram()2838 size_t NBucket = GnuHashTable.nbuckets; in printGnuHashHistogram()4416 if (this->GnuHashTable) { in printHashSymbols()[all …]
128 static bool GnuHashTable; variable261 opts::GnuHashTable = Args.hasArg(OPT_gnu_hash_table); in parseOptions()449 if (opts::GnuHashTable) in dumpObject()