Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp387 const Elf_GnuHash *GnuHashTable = nullptr; member in __anonb9a7a8320111::ELFDumper
2699 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 …]
H A Dllvm-readobj.cpp128 static bool GnuHashTable; variable
261 opts::GnuHashTable = Args.hasArg(OPT_gnu_hash_table); in parseOptions()
449 if (opts::GnuHashTable) in dumpObject()