Lines Matching full:sections
55 for (const OutputSection *osec : sections) in numNonHiddenSections()
64 sections.push_back(osec); in addOutputSection()
83 // sections must be ordered after other sections). in segmentOrder()
90 // Sections are uniquely identified by their segment + section name. in sectionOrder()
106 // the end of the last one. We therefore arrange these sections contiguously in sectionOrder()
108 // sections must be at the end of their segments, and since TLV data in sectionOrder()
109 // sections can be zerofills, we end up putting all TLV data sections at the in sectionOrder()
143 // ZeroFill sections must always be the at the end of their segments: in sectionOrder()
145 // size to detect if a segment has zerofill sections, and if so it maps in sectionOrder()
153 // Must be stable_sort() to keep special sections such as in sortOutputSections()
155 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()