Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h194 GnuHash, enumerator
437 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection()
446 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp41 std::optional<uint64_t> GnuHash; member
480 Dyn.GnuHash = Entry.d_un.d_ptr; in populateDynamic()
/openbsd-src/gnu/llvm/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.h669 getDynSymtabSizeFromGnuHash(const typename ELFT::GnuHash &Table, in getDynSymtabSizeFromGnuHash()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2517 const typename ELFT::GnuHash *GnuHashTable, in checkGNUHashTable()
2560 const typename ELFT::GnuHash *GnuHashTable) { in getGnuHashTableChains()
3997 void GNUELFDumper<ELFT>::printGnuHashTableSymbols(const Elf_GnuHash &GnuHash) { in printGnuHashTableSymbols() argument
4025 getGnuHashTableChains<ELFT>(this->DynSymRegion, &GnuHash); in printGnuHashTableSymbols()
4036 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); in printGnuHashTableSymbols()
4037 for (uint32_t Buc = 0; Buc < GnuHash.nbuckets; Buc++) { in printGnuHashTableSymbols()
4050 if (SymIndex < GnuHash.symndx) { in printGnuHashTableSymbols()
4055 Twine(GnuHash.symndx) + ")"); in printGnuHashTableSymbols()
4060 if ((Values[SymIndex - GnuHash.symndx] & 1) == 1) in printGnuHashTableSymbols()