Home
last modified time | relevance | path

Searched refs:Elf_GnuHash (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp65 typedef typename ELFO::Elf_GnuHash Elf_GnuHash; \
144 typedef typename ELFO::Elf_GnuHash Elf_GnuHash; typedef in __anon79be9f670111::ELFDumper
189 const Elf_GnuHash *GnuHashTable = nullptr;
243 const Elf_GnuHash *getGnuHashTable() const { return GnuHashTable; } in getGnuHashTable()
1391 reinterpret_cast<const Elf_GnuHash *>(toMappedAddr(Dyn.getPtr())); in parseDynamicTable()
3066 const Elf_GnuHash *GnuHashTable = this->dumper()->getGnuHashTable(); in printHashHistogram()
/external/llvm/include/llvm/Object/
DELF.h56 typedef Elf_GnuHash_Impl<ELFT> Elf_GnuHash; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h71 using Elf_GnuHash = typename ELFT::GnuHash; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp98 using Elf_GnuHash = typename ELFT::GnuHash; \
219 const Elf_GnuHash *GnuHashTable = nullptr;
284 const Elf_GnuHash *getGnuHashTable() const { return GnuHashTable; } in getGnuHashTable()
1475 reinterpret_cast<const Elf_GnuHash *>(toMappedAddr(Dyn.getPtr())); in parseDynamicTable()
3429 const Elf_GnuHash *GnuHashTable = this->dumper()->getGnuHashTable(); in printHashHistogram()