Searched refs:isNeeded (Results 1 – 15 of 15) sorted by relevance
106 bool isNeeded() const override { return target->pageZeroSize != 0; } in isNeeded() function120 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function161 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function190 bool isNeeded() const override { return !bindingsMap.empty(); } in isNeeded() function218 bool isNeeded() const override { in isNeeded() function284 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function310 bool isNeeded() const override;343 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function363 bool isNeeded() const override;375 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function[all …]
101 if (rebaseSection->isNeeded()) { in writeTo()105 if (bindingSection->isNeeded()) { in writeTo()109 if (weakBindingSection->isNeeded()) { in writeTo()113 if (lazyBindingSection->isNeeded()) { in writeTo()117 if (exportSection->isNeeded()) { in writeTo()1032 if (osec->isNeeded()) { in createOutputSections()1055 if (ssec->isNeeded() || ssec->segname == segment_names::linkEdit) { in createOutputSections()1081 if (!osec->isNeeded()) in finalizeAddresses()1143 if (!osec->isNeeded()) in assignAddresses()1297 if (in.objcStubs->isNeeded()) in run()[all …]
22 bool isNeeded() const override { return !allEntriesAreOmitted; } in isNeeded() function
58 virtual bool isNeeded() const { return true; } in isNeeded() function
33 bool isNeeded() const override { return !inputs.empty(); } in isNeeded() function
780 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection973 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection1472 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection1473 return in.got->isNeeded() || in.tlvPointers->isNeeded() || in isNeeded()1474 in.stubs->isNeeded(); in isNeeded()2281 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
449 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary() argument456 if (isNeeded) in addLibrary()476 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework() argument485 if (isNeeded) in addFramework()
56 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function110 bool isNeeded() const override;176 bool isNeeded() const override { return size != 0; } in isNeeded() function190 bool isNeeded() const override;366 bool isNeeded() const override;386 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function539 bool isNeeded() const override { in isNeeded() function613 bool isNeeded() const override { in isNeeded() function684 bool isNeeded() const override;745 bool isNeeded() const override;[all …]
711 bool GotSection::isNeeded() const { in isNeeded() function in GotSection1082 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection1195 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection1338 if (file->isNeeded) in computeContents()1398 if (part.relaDyn->isNeeded()) { in computeContents()1431 if (isMain && in.relaPlt->isNeeded()) { in computeContents()1476 if (mainPart->memtagGlobalDescriptors->isNeeded()) { in computeContents()1517 if (part.verSym && part.verSym->isNeeded()) in computeContents()1523 if (part.verNeed && part.verNeed->isNeeded()) { in computeContents()1560 if (config->emachine == EM_PPC64 && in.plt->isNeeded()) { in computeContents()[all …]
128 cast<SharedFile>(ss->file)->isNeeded = true; in resolveReloc()372 cast<SharedFile>(s->file)->isNeeded = true; in markLive()
281 if (sym->isLazy() || (s && !cast<SharedFile>(s->file)->isNeeded)) { in demoteSymbolsAndComputeIsPreemptible()825 if (ElfSym::relaIpltStart && mainPart->relaDyn->isNeeded()) { in setReservedSymbolSections()1411 if (sec && sec->isNeeded() && sec->getParent()) { in finalizeSynthetic()1664 if (sec->getParent() && sec->isNeeded()) in removeUnusedSyntheticSections()1797 if (in.plt && in.plt->isNeeded()) in finalizeSections()1799 if (in.iplt && in.iplt->isNeeded()) in finalizeSections()1859 if (file->isNeeded && !sym->isUndefined()) in finalizeSections()2291 if (part.ehFrame->isNeeded() && part.ehFrameHdr && in createPhdrs()
366 bool isNeeded; variable
485 virtual bool isNeeded() const { return true; } in isNeeded() function
1364 isNeeded(!config->asNeeded) {} in SharedFile()1520 it->second->isNeeded |= isNeeded; in parse()
963 if (!config->cmseImplib || !in.armCmseSGSection->isNeeded()) in diagnoseMissingSGSectionAddress()