Home
last modified time | relevance | path

Searched refs:GnuHash (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h219 GnuHash, enumerator
463 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection()
472 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp41 std::optional<uint64_t> GnuHash; member
480 Dyn.GnuHash = Entry.d_un.d_ptr; in populateDynamic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h74 using GnuHash = Elf_GnuHash_Impl<ELFType<E, Is64>>; member
130 using Elf_GnuHash = typename ELFT::GnuHash; \
H A DELF.h796 getDynSymtabSizeFromGnuHash(const typename ELFT::GnuHash &Table, in getDynSymtabSizeFromGnuHash()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2621 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable()
2664 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains()
4416 void GNUELFDumper<ELFT>::printGnuHashTableSymbols(const Elf_GnuHash &GnuHash) { in printGnuHashTableSymbols() argument
4444 getGnuHashTableChains<ELFT>(this->DynSymRegion, &GnuHash); in printGnuHashTableSymbols()
4455 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); in printGnuHashTableSymbols()
4456 for (uint32_t Buc = 0; Buc < GnuHash.nbuckets; Buc++) { in printGnuHashTableSymbols()
4469 if (SymIndex < GnuHash.symndx) { in printGnuHashTableSymbols()
4474 Twine(GnuHash.symndx) + ")"); in printGnuHashTableSymbols()
4479 if ((Values[SymIndex - GnuHash.symndx] & 1) == 1) in printGnuHashTableSymbols()