Lines Matching refs:outputSections
572 for (OutputSection *sec : ctx.outputSections) { in createECCodeMap()
627 for (OutputSection *sec : ctx.outputSections) { in finalizeAddresses()
643 for (OutputSection *sec : ctx.outputSections) { in finalizeAddresses()
665 for (OutputSection *sec : ctx.outputSections) in finalizeAddresses()
675 for (OutputSection *sec : ctx.outputSections) in finalizeAddresses()
980 ctx.outputSections.push_back(sec); in createSections()
1084 llvm::stable_sort(ctx.outputSections, in createSections()
1257 llvm::erase_if(ctx.outputSections, isUnused); in removeUnusedSections()
1265 llvm::erase_if(ctx.outputSections, isEmpty); in removeEmptySections()
1273 for (OutputSection *os : ctx.outputSections) { in assignOutputSectionIndices()
1369 for (OutputSection *sec : ctx.outputSections) { in createSymbolAndStringTable()
1481 for (OutputSection *sec : ctx.outputSections) { in sortECChunks()
1503 sizeof(coff_section) * ctx.outputSections.size(); in assignAddresses()
1512 for (OutputSection *sec : ctx.outputSections) { in assignAddresses()
1602 coff->NumberOfSections = ctx.outputSections.size(); in writeHeader()
1756 for (OutputSection *sec : ctx.outputSections) { in writeHeader()
1761 buf - ctx.outputSections.size() * sizeof(coff_section), buf); in writeHeader()
2135 for (OutputSection *sec : ctx.outputSections) in setSectionPermissions()
2163 for (OutputSection *sec : ctx.outputSections) { in writeSections()
2329 for (OutputSection *sec : ctx.outputSections) in findSection()
2337 for (OutputSection *s : ctx.outputSections) in getSizeOfInitializedData()
2349 for (OutputSection *sec : ctx.outputSections) { in addBaserels()