Searched refs:GnuHashTable (Results 1 – 2 of 2) sorted by relevance
349 const Elf_GnuHash *GnuHashTable = nullptr; member in __anond60e1ac70111::ELFDumper561 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() argument2424 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() argument2475 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()[all …]
221 cl::opt<bool> GnuHashTable("gnu-hash-table", variable533 if (opts::GnuHashTable) in dumpObject()