Lines Matching defs:sec
141 static Defined *addOptionalRegular(StringRef name, SectionBase *sec, in addOptionalRegular()
459 SectionBase *sec = d->section; in includeInSymtab() local
544 static bool isRelroSection(const OutputSection *sec) { in isRelroSection()
780 void PhdrEntry::add(OutputSection *sec) { in add()
817 InputSection *sec = in.gotPlt.get(); in setReservedSymbolSections() local
939 OutputSection *sec = &cast<OutputDesc>(*e)->osec; in findOrphanPos() local
1087 if (auto *sec = dyn_cast_or_null<InputSectionBase>(d->section)) { in buildSectionOrder() local
1410 static void finalizeSynthetic(SyntheticSection *sec) { in finalizeSynthetic()
1564 const SectionBase *sec = def->section; in fixSymbolsAfterShrinking() local
1621 InputSection &sec = *sections[i]; in optimizeBasicBlockJumps() local
1663 auto *sec = cast<SyntheticSection>(s); in removeUnusedSyntheticSections() local
1681 for (auto *sec : unused) in removeUnusedSyntheticSections() local
1688 llvm::erase_if(script->orphanSections, [&](const InputSectionBase *sec) { in removeUnusedSyntheticSections()
1729 OutputSection *sec = findSection(".sdata"); in finalizeSections() local
2111 if (OutputSection *sec = findSection(".ARM.exidx")) in addStartEndSymbols() local
2133 static bool needsPtLoad(OutputSection *sec) { in needsPtLoad()
2284 if (OutputSection *sec = part.dynamic->getParent()) in createPhdrs() local
2462 auto needsOffset = [](OutputSection &sec) { in assignFileOffsetsBinary()
2589 OutputSection *sec; member