Searched refs:GnuHash (Results 1 – 9 of 9) sorted by relevance
41 Optional<uint64_t> GnuHash; member408 Dyn.GnuHash = Entry.d_un.d_ptr; in populateDynamic()446 static uint64_t getDynSymtabSize(const typename ELFT::GnuHash &Table) { in getDynSymtabSize()477 using Elf_GnuHash = typename ELFT::GnuHash; in getNumSyms()479 if (Dyn.GnuHash.hasValue()) { in getNumSyms()480 Expected<const uint8_t *> TablePtr = ElfFile.toMappedAddr(*Dyn.GnuHash); in getNumSyms()
145 GnuHash, enumerator312 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection()314 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()
156 GnuHash, enumerator369 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection()378 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()
101 using Elf_GnuHash = typename ELFT::GnuHash; \2737 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable()2780 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains()4140 void GNUStyle<ELFT>::printGnuHashTableSymbols(const Elf_GnuHash &GnuHash) { in printGnuHashTableSymbols() argument4170 getGnuHashTableChains<ELFT>(DynSymRegion, &GnuHash); in printGnuHashTableSymbols()4179 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); in printGnuHashTableSymbols()4180 for (uint32_t Buc = 0; Buc < GnuHash.nbuckets; Buc++) { in printGnuHashTableSymbols()4192 if (SymIndex < GnuHash.symndx) { in printGnuHashTableSymbols()4197 Twine(GnuHash.symndx) + ")"); in printGnuHashTableSymbols()4202 if ((Values[SymIndex - GnuHash.symndx] & 1) == 1) in printGnuHashTableSymbols()[all …]
62 typedef Elf_GnuHash_Impl<ELFType<E, Is64>> GnuHash; typedef
71 using GnuHash = Elf_GnuHash_Impl<ELFType<E, Is64>>; member
108 using Elf_GnuHash = typename ELFT::GnuHash;
90 using Elf_GnuHash = typename ELFT::GnuHash;