Searched refs:sectionOrder (Results 1 – 4 of 4) sorted by relevance
55 int[] sectionOrder = new int[] {82 for (int i=0; i<sectionOrder.length; i++) {83 sectionAnnotationOrder.put(sectionOrder[i], i); in sectionAnnotationOrder.put()
505 static int sectionOrder(OutputSection *osec) { in sectionOrder() function550 seg->sortOutputSections(compareByOrder<OutputSection *>(sectionOrder)); in sortSegmentsAndSections()
1316 DenseMap<const InputSectionBase *, int> sectionOrder; in buildSectionOrder() local1322 return sectionOrder; in buildSectionOrder()1349 int &priority = sectionOrder[cast<InputSectionBase>(sec->repl)]; in buildSectionOrder()1373 return sectionOrder; in buildSectionOrder()
930 auto sectionOrder = [&](const OutputSection *s) { in createSections() local945 return sectionOrder(s) < sectionOrder(t); in createSections()