Lines Matching refs:OutputSections

486   for (OutputSection *Sec : OutputSections)  in run()
504 for (OutputSection *Sec : OutputSections) in run()
992 for (OutputSection *OS : OutputSections) { in setReservedSymbolSections()
1019 for (OutputSection *OS : OutputSections) { in setReservedSymbolSections()
1453 for (OutputSection *Sec : OutputSections) { in resolveShfLinkOrder()
1531 Changed |= TC.createThunks(OutputSections); in maybeAddThunks()
1728 OutputSections.push_back(Sec); in finalizeSections()
1731 for (OutputSection *Sec : OutputSections) { in finalizeSections()
1742 for (size_t I = 0, E = OutputSections.size(); I != E; ++I) { in finalizeSections()
1743 OutputSection *Sec = OutputSections[I]; in finalizeSections()
1820 for (OutputSection *Sec : OutputSections) in finalizeSections()
1831 for (OutputSection *OS : OutputSections) in checkExecuteOnly()
1944 for (OutputSection *Sec : OutputSections) { in createPhdrs()
1972 for (OutputSection *Sec : OutputSections) in createPhdrs()
1989 for (OutputSection *Sec : OutputSections) { in createPhdrs()
2036 for (OutputSection *Sec : OutputSections) { in createPhdrs()
2052 auto I = llvm::find_if(OutputSections, [](OutputSection *Cmd) { in addPtArmExid()
2055 if (I == OutputSections.end()) in addPtArmExid()
2088 auto End = OutputSections.end(); in fixSectionAlignments()
2089 auto I = std::find(OutputSections.begin(), End, P->LastSec); in fixSectionAlignments()
2138 for (OutputSection *Sec : OutputSections) in assignFileOffsetsBinary()
2159 for (OutputSection *Sec : OutputSections) { in assignFileOffsets()
2172 FileSize = SectionHeaderOff + (OutputSections.size() + 1) * sizeof(Elf_Shdr); in assignFileOffsets()
2183 for (OutputSection *Sec : OutputSections) { in assignFileOffsets()
2276 for (OutputSection *OS : OutputSections) in checkSections()
2289 for (OutputSection *Sec : OutputSections) in checkSections()
2307 for (OutputSection *Sec : OutputSections) in checkSections()
2316 for (OutputSection *Sec : OutputSections) in checkSections()
2426 size_t Num = OutputSections.size() + 1; in writeHeader()
2440 for (OutputSection *Sec : OutputSections) in writeHeader()
2468 for (OutputSection *Sec : OutputSections) in writeSectionsBinary()
2518 for (OutputSection *Sec : OutputSections) in writeSections()
2522 for (OutputSection *Sec : OutputSections) in writeSections()