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()
77 int inputOrder = UnspecifiedInputOrder; variable
55 int inputOrder = UnspecifiedInputOrder; variable
1044 int inputOrder = 0; in gatherInputSections() local1057 isec->outSecOff = inputOrder++; in gatherInputSections()1063 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1064 in.cStringSection->inputOrder = inputOrder++; in gatherInputSections()1067 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1068 in.wordLiteralSection->inputOrder = inputOrder++; in gatherInputSections()1076 assert(inputOrder <= UnspecifiedInputOrder); in gatherInputSections()
941 osec->inputOrder = in createOutputSections()942 std::min(osec->inputOrder, static_cast<int>(isec->outSecOff)); in createOutputSections()