Searched refs:inputOrder (Results 1 – 5 of 5) sorted by relevance
55 inputOrder = std::min(inputOrder, osec->inputOrder); in addOutputSection()79 .Default(seg->inputOrder); in segmentOrder()93 .Default(osec->inputOrder); in sectionOrder()117 .Default(osec->inputOrder); in sectionOrder()132 .Default(osec->inputOrder); in sectionOrder()140 return osec->inputOrder; in sectionOrder()
87 int inputOrder = UnspecifiedInputOrder; variable
55 int inputOrder = UnspecifiedInputOrder; variable
1083 int inputOrder = 0; in gatherInputSections() local1095 isec->outSecOff = inputOrder++; in gatherInputSections()1102 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1103 in.cStringSection->inputOrder = inputOrder++; in gatherInputSections()1107 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1108 in.wordLiteralSection->inputOrder = inputOrder++; in gatherInputSections()1118 assert(inputOrder <= UnspecifiedInputOrder); in gatherInputSections()
953 osec->inputOrder = in createOutputSections()954 std::min(osec->inputOrder, static_cast<int>(isec->outSecOff)); in createOutputSections()