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.h234 GnuHash, enumerator
478 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection()
487 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.h75 using GnuHash = Elf_GnuHash_Impl<ELFType<E, Is64>>; member
131 using Elf_GnuHash = typename ELFT::GnuHash; \
H A DELF.h802 getDynSymtabSizeFromGnuHash(const typename ELFT::GnuHash &Table, in getDynSymtabSizeFromGnuHash()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2678 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable()
2721 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains()
4481 void GNUELFDumper<ELFT>::printGnuHashTableSymbols(const Elf_GnuHash &GnuHash) { in printGnuHashTableSymbols() argument
4509 getGnuHashTableChains<ELFT>(this->DynSymRegion, &GnuHash); in printGnuHashTableSymbols()
4520 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); in printGnuHashTableSymbols()
4521 for (uint32_t Buc = 0; Buc < GnuHash.nbuckets; Buc++) { in printGnuHashTableSymbols()
4534 if (SymIndex < GnuHash.symndx) { in printGnuHashTableSymbols()
4539 Twine(GnuHash.symndx) + ")"); in printGnuHashTableSymbols()
4544 if ((Values[SymIndex - GnuHash.symndx] & 1) == 1) in printGnuHashTableSymbols()