Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp222 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon4f80e6a10111::ELFDumper
1512 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 …]
H A Dllvm-readobj.cpp184 cl::opt<bool> GnuHashTable("gnu-hash-table", variable
477 if (opts::GnuHashTable) in dumpObject()