Searched refs:GnuHashTable (Results 1 – 2 of 2) sorted by relevance
363 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon1456c5300111::ELFDumper2491 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()2492 return GnuHashTable->values(NumSyms); in getGnuHashTableChains()2515 if (!GnuHashTable) in printGnuHashTable()3955 if (this->GnuHashTable) { in printHashSymbols()3966 printGnuHashTableSymbols(*this->GnuHashTable); in printHashSymbols()4643 const Elf_GnuHash &GnuHashTable) { in printGnuHashHistogram() argument4653 size_t Symndx = GnuHashTable.symndx; in printGnuHashHistogram()4658 size_t NBucket = GnuHashTable.nbuckets; in printGnuHashHistogram()4710 if (this->GnuHashTable) { in printHashHistograms()[all …]
119 static bool GnuHashTable; variable238 opts::GnuHashTable = Args.hasArg(OPT_gnu_hash_table); in parseOptions()380 if (opts::GnuHashTable) in dumpObject()