Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h150 bool GnuHash = false; member
H A DDriver.cpp281 if (Config->EMachine == EM_MIPS && Config->GnuHash) in checkOptions()
932 Config->GnuHash = true; in readConfigs()
934 Config->SysvHash = Config->GnuHash = true; in readConfigs()
1461 Config->SysvHash = Config->GnuHash = true; in link()
H A DWriter.cpp348 if (Config->GnuHash) { in createSyntheticSections()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp100 using Elf_GnuHash = typename ELFT::GnuHash; \
3180 auto GnuHash = this->dumper()->getGnuHashTable(); in printDynamicSymbols() local
3184 if (GnuHash == nullptr && SysVHash == nullptr) in printDynamicSymbols()
3212 if (GnuHash) { in printDynamicSymbols()
3219 uint32_t NBuckets = GnuHash->nbuckets; in printDynamicSymbols()
3220 auto Buckets = GnuHash->buckets(); in printDynamicSymbols()
3225 uint32_t GnuHashable = Index - GnuHash->symndx; in printDynamicSymbols()
3230 if ((GnuHash->values(DynSyms.size())[GnuHashable++] & 1) == 1) in printDynamicSymbols()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h71 using Elf_GnuHash = typename ELFT::GnuHash;
H A DELFTypes.h72 using GnuHash = Elf_GnuHash_Impl<ELFType<E, Is64>>; member