Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp320 virtual void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable) const;
389 const Elf_GnuHash *GnuHashTable = nullptr; member in __anonbcadc77c0111::ELFDumper
623 void printGnuHashTableSymbols(const Elf_GnuHash &GnuHashTable);
2031 GnuHashTable = reinterpret_cast<const Elf_GnuHash *>( in parseDynamicTable()
2621 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable() argument
2623 const uint8_t *TableData = reinterpret_cast<const uint8_t *>(GnuHashTable); in checkGNUHashTable()
2630 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable()
2631 (uint64_t)GnuHashTable->maskwords * sizeof(typename ELFT::Off) >= in checkGNUHashTable()
2664 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains() argument
2674 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()
[all …]
H A Dllvm-readobj.cpp129 static bool GnuHashTable; variable
266 opts::GnuHashTable = Args.hasArg(OPT_gnu_hash_table); in parseOptions()
453 if (opts::GnuHashTable) in dumpObject()