Searched refs:GnuHashTable (Results 1 – 2 of 2) sorted by relevance
320 virtual void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable) const;389 const Elf_GnuHash *GnuHashTable = nullptr; member in __anonbcadc77c0111::ELFDumper623 void printGnuHashTableSymbols(const Elf_GnuHash &GnuHashTable);2031 GnuHashTable = reinterpret_cast<const Elf_GnuHash *>( in parseDynamicTable()2621 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable() argument2623 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() argument2674 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()[all …]
129 static bool GnuHashTable; variable266 opts::GnuHashTable = Args.hasArg(OPT_gnu_hash_table); in parseOptions()453 if (opts::GnuHashTable) in dumpObject()