Searched refs:GnuHash (Results 1 – 6 of 6) sorted by relevance
150 bool GnuHash = false; member
281 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()
348 if (Config->GnuHash) { in createSyntheticSections()
100 using Elf_GnuHash = typename ELFT::GnuHash; \3180 auto GnuHash = this->dumper()->getGnuHashTable(); in printDynamicSymbols() local3184 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()
71 using Elf_GnuHash = typename ELFT::GnuHash;
72 using GnuHash = Elf_GnuHash_Impl<ELFType<E, Is64>>; member