Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp349 const Elf_GnuHash *GnuHashTable = nullptr; member in __anond60e1ac70111::ELFDumper
561 void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable);
563 void printGnuHashTableSymbols(const Elf_GnuHash &GnuHashTable);
1870 GnuHashTable = reinterpret_cast<const Elf_GnuHash *>( in parseDynamicTable()
2422 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable() argument
2424 const uint8_t *TableData = reinterpret_cast<const uint8_t *>(GnuHashTable); in checkGNUHashTable()
2431 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable()
2432 (uint64_t)GnuHashTable->maskwords * sizeof(typename ELFT::Off) >= in checkGNUHashTable()
2465 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains() argument
2475 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()
[all …]
H A Dllvm-readobj.cpp221 cl::opt<bool> GnuHashTable("gnu-hash-table", variable
533 if (opts::GnuHashTable) in dumpObject()