Home
last modified time | relevance | path

Searched defs:GnuHashTable (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp137 cl::opt<bool> GnuHashTable("gnu-hash-table", variable
DELFDumper.cpp189 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon07d3185e0111::ELFDumper
3066 const Elf_GnuHash *GnuHashTable = this->dumper()->getGnuHashTable(); in printHashHistogram() local
/external/llvm-project/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp220 cl::opt<bool> GnuHashTable("gnu-hash-table", variable
DELFDumper.cpp341 const Elf_GnuHash *GnuHashTable = nullptr; member in __anone703826c0111::ELFDumper
2737 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable()
2780 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains()
4900 void GNUStyle<ELFT>::printGnuHashHistogram(const Elf_GnuHash &GnuHashTable) { in printGnuHashHistogram()
4967 if (const Elf_GnuHash *GnuHashTable = this->dumper().getGnuHashTable()) { in printHashHistograms() local