Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp368 const Elf_GnuHash *GnuHashTable = nullptr; member in __anon28a7ad930111::ELFDumper
583 void printGnuHashHistogram(const Elf_GnuHash &GnuHashTable);
585 void printGnuHashTableSymbols(const Elf_GnuHash &GnuHashTable);
1962 GnuHashTable = reinterpret_cast<const Elf_GnuHash *>( in parseDynamicTable()
2517 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable() argument
2519 const uint8_t *TableData = reinterpret_cast<const uint8_t *>(GnuHashTable); in checkGNUHashTable()
2526 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable()
2527 (uint64_t)GnuHashTable->maskwords * sizeof(typename ELFT::Off) >= in checkGNUHashTable()
2560 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains() argument
2570 if (GnuHashTable->symndx < NumSyms) in getGnuHashTableChains()
[all …]
H A Dllvm-readobj.cpp134 static bool GnuHashTable; variable
264 opts::GnuHashTable = Args.hasArg(OPT_gnu_hash_table); in parseOptions()
450 if (opts::GnuHashTable) in dumpObject()