Lines Matching refs:InputSection
117 void OutputSection::commitSection(InputSection *isec) { in commitSection()
210 isd->sections.push_back(cast<InputSection>(s)); in finalizeInputSections()
254 for (InputSection *s : isd->sections) in finalizeInputSections()
261 static void sortByOrder(MutableArrayRef<InputSection *> in, in sortByOrder()
263 std::vector<std::pair<int, InputSection *>> v; in sortByOrder()
264 for (InputSection *s : in) in sortByOrder()
518 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo()
533 InputSection *isec = sections[i]; in writeTo()
594 static void finalizeShtGroup(OutputSection *os, InputSection *section) { in finalizeShtGroup()
662 InputSection *relSec, InputSectionBase *sec) { in relToCrel()
687 for (InputSection *relSec : isd->sections) { in finalizeNonAllocCrel()
715 InputSection *first = getFirstInputSection(this); in finalize()
792 static bool compCtors(const InputSection *a, const InputSection *b) { in compCtors()
827 InputSection *elf::getFirstInputSection(const OutputSection *os) { in getFirstInputSection()
835 ArrayRef<InputSection *>
837 SmallVector<InputSection *, 0> &storage) { in getInputSections() argument
838 ArrayRef<InputSection *> ret; in getInputSections()
877 SmallVector<InputSection *, 0> storage; in checkDynRelAddends()
878 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends()