Searched refs:GnuHashTable (Results 1 – 3 of 3) sorted by relevance
21 I386: GnuHashTable {32 X86_64: GnuHashTable {43 PPC: GnuHashTable {54 PPC64: GnuHashTable {
189 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon908976db0111::ELFDumper243 const Elf_GnuHash *getGnuHashTable() const { return GnuHashTable; } in getGnuHashTable()1390 GnuHashTable = in parseDynamicTable()1822 if (!GnuHashTable) in printGnuHashTable()1824 W.printNumber("Num Buckets", GnuHashTable->nbuckets); in printGnuHashTable()1825 W.printNumber("First Hashed Symbol Index", GnuHashTable->symndx); in printGnuHashTable()1826 W.printNumber("Num Mask Words", GnuHashTable->maskwords); in printGnuHashTable()1827 W.printNumber("Shift Count", GnuHashTable->shift2); in printGnuHashTable()1828 W.printHexList("Bloom Filter", GnuHashTable->filter()); in printGnuHashTable()1829 W.printList("Buckets", GnuHashTable->buckets()); in printGnuHashTable()[all …]
137 cl::opt<bool> GnuHashTable("gnu-hash-table", variable379 if (opts::GnuHashTable) in dumpObject()