Lines Matching refs:outputSections
178 for (OutputSection *sec : outputSections) in removeEmptyPTLoad()
601 for (OutputSection *sec : outputSections) in run()
622 for (OutputSection *sec : outputSections) in run()
1174 for (OutputSection *os : outputSections) { in setReservedSymbolSections()
1201 for (OutputSection *os : outputSections) { in setReservedSymbolSections()
1647 for (OutputSection *sec : outputSections) { in resolveShfLinkOrder()
1715 hexagonTLSSymbolUpdate(outputSections); in finalizeAddressDependentContent()
1719 bool changed = target->needsThunks && tc.createThunks(outputSections); in finalizeAddressDependentContent()
1830 for (OutputSection *os : outputSections) { in optimizeBasicBlockJumps()
1854 for (OutputSection *os : outputSections) { in optimizeBasicBlockJumps()
2064 outputSections.push_back(sec); in finalizeSections()
2067 for (OutputSection *sec : outputSections) { in finalizeSections()
2075 if (config->emachine == EM_HEXAGON && hexagonNeedsTLSSymbol(outputSections)) { in finalizeSections()
2087 for (size_t i = 0, e = outputSections.size(); i != e; ++i) { in finalizeSections()
2088 OutputSection *sec = outputSections[i]; in finalizeSections()
2206 for (OutputSection *sec : outputSections) in finalizeSections()
2217 for (OutputSection *os : outputSections) in checkExecuteOnly()
2356 for (OutputSection *sec : outputSections) { in createPhdrs()
2372 for (OutputSection *sec : outputSections) { in createPhdrs()
2410 for (OutputSection *sec : outputSections) in createPhdrs()
2458 for (OutputSection *sec : outputSections) { in createPhdrs()
2476 auto i = llvm::find_if(outputSections, [=](OutputSection *cmd) { in addPhdrForSection()
2479 if (i == outputSections.end()) in addPhdrForSection()
2597 for (OutputSection *sec : outputSections) in assignFileOffsetsBinary()
2605 for (OutputSection *sec : outputSections) in assignFileOffsetsBinary()
2630 for (OutputSection *sec : outputSections) { in assignFileOffsets()
2642 for (OutputSection *sec : outputSections) in assignFileOffsets()
2647 fileSize = sectionHeaderOff + (outputSections.size() + 1) * sizeof(Elf_Shdr); in assignFileOffsets()
2658 for (OutputSection *sec : outputSections) { in assignFileOffsets()
2748 for (OutputSection *os : outputSections) in checkSections()
2761 for (OutputSection *sec : outputSections) in checkSections()
2779 for (OutputSection *sec : outputSections) in checkSections()
2788 for (OutputSection *sec : outputSections) in checkSections()
2854 size_t num = outputSections.size() + 1; in writeHeader()
2868 for (OutputSection *sec : outputSections) in writeHeader()
2899 for (OutputSection *sec : outputSections) in writeSectionsBinary()
2944 for (OutputSection *sec : outputSections) in writeSections()
2948 for (OutputSection *sec : outputSections) in writeSections()