Home
last modified time | relevance | path

Searched refs:sectionOrder (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java55 int[] sectionOrder = new int[] {
82 for (int i=0; i<sectionOrder.length; i++) {
83 sectionAnnotationOrder.put(sectionOrder[i], i); in sectionAnnotationOrder.put()
/external/llvm-project/lld/MachO/
DWriter.cpp505 static int sectionOrder(OutputSection *osec) { in sectionOrder() function
550 seg->sortOutputSections(compareByOrder<OutputSection *>(sectionOrder)); in sortSegmentsAndSections()
/external/llvm-project/lld/ELF/
DWriter.cpp1316 DenseMap<const InputSectionBase *, int> sectionOrder; in buildSectionOrder() local
1322 return sectionOrder; in buildSectionOrder()
1349 int &priority = sectionOrder[cast<InputSectionBase>(sec->repl)]; in buildSectionOrder()
1373 return sectionOrder; in buildSectionOrder()
/external/llvm-project/lld/COFF/
DWriter.cpp930 auto sectionOrder = [&](const OutputSection *s) { in createSections() local
945 return sectionOrder(s) < sectionOrder(t); in createSections()