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.h207 GnuHash, enumerator
451 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection()
460 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.h72 using GnuHash = Elf_GnuHash_Impl<ELFType<E, Is64>>; member
127 using Elf_GnuHash = typename ELFT::GnuHash; \
H A DELF.h748 getDynSymtabSizeFromGnuHash(const typename ELFT::GnuHash &Table, in getDynSymtabSizeFromGnuHash()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2646 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable()
2689 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains()
4337 void GNUELFDumper<ELFT>::printGnuHashTableSymbols(const Elf_GnuHash &GnuHash) { in printGnuHashTableSymbols() argument
4365 getGnuHashTableChains<ELFT>(this->DynSymRegion, &GnuHash); in printGnuHashTableSymbols()
4376 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); in printGnuHashTableSymbols()
4377 for (uint32_t Buc = 0; Buc < GnuHash.nbuckets; Buc++) { in printGnuHashTableSymbols()
4390 if (SymIndex < GnuHash.symndx) { in printGnuHashTableSymbols()
4395 Twine(GnuHash.symndx) + ")"); in printGnuHashTableSymbols()
4400 if ((Values[SymIndex - GnuHash.symndx] & 1) == 1) in printGnuHashTableSymbols()