Lines Matching refs:InputSection
114 void OutputSection::commitSection(InputSection *isec) { in commitSection()
195 isd->sections.push_back(cast<InputSection>(s)); in finalizeInputSections()
234 for (InputSection *s : isd->sections) in finalizeInputSections()
241 static void sortByOrder(MutableArrayRef<InputSection *> in, in sortByOrder()
243 std::vector<std::pair<int, InputSection *>> v; in sortByOrder()
244 for (InputSection *s : in) in sortByOrder()
482 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo()
491 InputSection *isec = sections[i]; in writeTo()
546 static void finalizeShtGroup(OutputSection *os, InputSection *section) { in finalizeShtGroup()
570 InputSection *first = getFirstInputSection(this); in finalize()
640 static bool compCtors(const InputSection *a, const InputSection *b) { in compCtors()
675 InputSection *elf::getFirstInputSection(const OutputSection *os) { in getFirstInputSection()
683 ArrayRef<InputSection *>
685 SmallVector<InputSection *, 0> &storage) { in getInputSections() argument
686 ArrayRef<InputSection *> ret; in getInputSections()
725 SmallVector<InputSection *, 0> storage; in checkDynRelAddends()
726 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends()