OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GnuHash
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h
189
GnuHash
,
432
GnuHashSection() : Section(ChunkKind::
GnuHash
) {}
441
static bool classof(const Chunk *S) { return S->Kind == ChunkKind::
GnuHash
; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h
72
using
GnuHash
= Elf_GnuHash_Impl<ELFType<E, Is64>>;
128
using Elf_GnuHash = typename ELFT::
GnuHash
; \
ELF.h
666
getDynSymtabSizeFromGnuHash(const typename ELFT::
GnuHash
&Table,
/src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
ELFObjHandler.cpp
42
Optional<uint64_t>
GnuHash
;
412
Dyn.
GnuHash
= Entry.d_un.d_ptr;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
2422
const typename ELFT::
GnuHash
*GnuHashTable,
2465
const typename ELFT::
GnuHash
*GnuHashTable) {
3860
void GNUELFDumper<ELFT>::printGnuHashTableSymbols(const Elf_GnuHash &
GnuHash
) {
3888
getGnuHashTableChains<ELFT>(this->DynSymRegion, &
GnuHash
);
3899
ArrayRef<Elf_Word> Buckets =
GnuHash
.buckets();
3900
for (uint32_t Buc = 0; Buc <
GnuHash
.nbuckets; Buc++) {
3913
if (SymIndex <
GnuHash
.symndx) {
3918
Twine(
GnuHash
.symndx) + ")");
3923
if ((Values[SymIndex -
GnuHash
.symndx] & 1) == 1)
Completed in 65 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026