Home
last modified time | relevance | path

Searched refs:GnuHashTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp363 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon1456c5300111::ELFDumper
2491 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() argument
4653 size_t Symndx = GnuHashTable.symndx; in printGnuHashHistogram()
4658 size_t NBucket = GnuHashTable.nbuckets; in printGnuHashHistogram()
4710 if (this->GnuHashTable) { in printHashHistograms()
[all …]
H A Dllvm-readobj.cpp119 static bool GnuHashTable; variable
238 opts::GnuHashTable = Args.hasArg(OPT_gnu_hash_table); in parseOptions()
380 if (opts::GnuHashTable) in dumpObject()