Searched refs:GnuHashTable (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp137 cl::opt<bool> GnuHashTable("gnu-hash-table",
379 if (opts::GnuHashTable)
H A DELFDumper.cpp189 const Elf_GnuHash *GnuHashTable = nullptr; member in class:__anon13649::ELFDumper
243 const Elf_GnuHash *getGnuHashTable() const { return GnuHashTable; }
1390 GnuHashTable =
1821 DictScope D(W, "GnuHashTable");
1822 if (!GnuHashTable)
1824 W.printNumber("Num Buckets", GnuHashTable->nbuckets);
1825 W.printNumber("First Hashed Symbol Index", GnuHashTable->symndx);
1826 W.printNumber("Num Mask Words", GnuHashTable->maskwords);
1827 W.printNumber("Shift Count", GnuHashTable->shift2);
1828 W.printHexList("Bloom Filter", GnuHashTable
3066 const Elf_GnuHash *GnuHashTable = this->dumper()->getGnuHashTable(); local
[all...]

Completed in 143 milliseconds