Searched refs:GnuHashTable (Results 1 – 2 of 2) sorted by relevance
222 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon4f80e6a10111::ELFDumper1512 GnuHashTable = in parseDynamicTable()1980 if (!GnuHashTable) in printGnuHashTable()1982 W.printNumber("Num Buckets", GnuHashTable->nbuckets); in printGnuHashTable()1985 W.printNumber("Shift Count", GnuHashTable->shift2); in printGnuHashTable()1986 W.printHexList("Bloom Filter", GnuHashTable->filter()); in printGnuHashTable()1987 W.printList("Buckets", GnuHashTable->buckets()); in printGnuHashTable()3538 if (GnuHashTable) { in printHashHistogram()3539 size_t NBucket = GnuHashTable->nbuckets; in printHashHistogram()3540 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); in printHashHistogram()[all …]
184 cl::opt<bool> GnuHashTable("gnu-hash-table", variable477 if (opts::GnuHashTable) in dumpObject()