Searched refs:Elf_GnuHash (Results 1 – 2 of 2) sorted by relevance
65 typedef typename ELFO::Elf_GnuHash Elf_GnuHash; \144 typedef typename ELFO::Elf_GnuHash Elf_GnuHash; typedef in __anon07d3185e0111::ELFDumper189 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()
56 typedef Elf_GnuHash_Impl<ELFT> Elf_GnuHash; typedef