Searched refs:GnuHashTable (Results 1 – 2 of 2) sorted by relevance
368 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon28a7ad930111::ELFDumper583 void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable);585 void printGnuHashTableSymbols(const Elf_GnuHash &GnuHashTable);1962 GnuHashTable = reinterpret_cast<const Elf_GnuHash *>( in parseDynamicTable()2517 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable() argument2519 const uint8_t *TableData = reinterpret_cast<const uint8_t *>(GnuHashTable); in checkGNUHashTable()2526 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable()2527 (uint64_t)GnuHashTable->maskwords * sizeof(typename ELFT::Off) >= in checkGNUHashTable()2560 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains() argument2570 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()[all …]
134 static bool GnuHashTable; variable264 opts::GnuHashTable = Args.hasArg(OPT_gnu_hash_table); in parseOptions()450 if (opts::GnuHashTable) in dumpObject()