Searched refs:GnuHashTable (Results 1 – 8 of 8) sorted by relevance
21 I386: GnuHashTable {32 X86_64: GnuHashTable {43 PPC: GnuHashTable {54 PPC64: GnuHashTable {
12 # CHECK: GnuHashTable {71 # NODYNSYM: GnuHashTable {119 # SYMNDX: GnuHashTable {171 # EMPTY-DYNSYM: GnuHashTable {240 # EMPTY: GnuHashTable {297 # ERR: GnuHashTable {
61 # EMPTY: GnuHashTable {120 # I386: GnuHashTable {180 # X86_64: GnuHashTable {240 # PPC64: GnuHashTable {
7 # CHECK: GnuHashTable {
189 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon148931850111::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()
341 const Elf_GnuHash *GnuHashTable = nullptr; member in __anonb7e302f30111::ELFDumper425 const Elf_GnuHash *getGnuHashTable() const { return GnuHashTable; } in getGnuHashTable()879 void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable);882 void printGnuHashTableSymbols(const Elf_GnuHash &GnuHashTable);2110 GnuHashTable = reinterpret_cast<const Elf_GnuHash *>( in parseDynamicTable()2737 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable() argument2739 const uint8_t *TableData = reinterpret_cast<const uint8_t *>(GnuHashTable); in checkGNUHashTable()2746 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable()2747 (uint64_t)GnuHashTable->maskwords * sizeof(typename ELFT::Off) >= in checkGNUHashTable()2780 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains() argument[all …]
220 cl::opt<bool> GnuHashTable("gnu-hash-table", variable528 if (opts::GnuHashTable) in dumpObject()