Lines Matching refs:InputSection
116 void OutputSection::commitSection(InputSection *isec) { in commitSection()
199 isd->sections.push_back(cast<InputSection>(s)); in finalizeInputSections()
238 for (InputSection *s : isd->sections) in finalizeInputSections()
245 static void sortByOrder(MutableArrayRef<InputSection *> in, in sortByOrder()
247 std::vector<std::pair<int, InputSection *>> v; in sortByOrder()
248 for (InputSection *s : in) in sortByOrder()
486 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo()
495 InputSection *isec = sections[i]; in writeTo()
556 static void finalizeShtGroup(OutputSection *os, InputSection *section) { in finalizeShtGroup()
580 InputSection *first = getFirstInputSection(this); in finalize()
650 static bool compCtors(const InputSection *a, const InputSection *b) { in compCtors()
685 InputSection *elf::getFirstInputSection(const OutputSection *os) { in getFirstInputSection()
693 ArrayRef<InputSection *>
695 SmallVector<InputSection *, 0> &storage) { in getInputSections() argument
696 ArrayRef<InputSection *> ret; in getInputSections()
735 SmallVector<InputSection *, 0> storage; in checkDynRelAddends()
736 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends()