Searched refs:getInputSections (Results 1 – 5 of 5) sorted by relevance
239 std::vector<InputSection *> Sections = getInputSections(this); in writeTo()290 std::vector<InputSection *> V = getInputSections(this); in finalize()392 std::vector<InputSection *> elf::getInputSections(OutputSection *OS) { in getInputSections() function in elf
126 std::vector<InputSection *> getInputSections(OutputSection* OS);
1297 for (InputSection *Sec : getInputSections(OS)) in sortSections()1833 for (InputSection *IS : getInputSections(OS)) in checkExecuteOnly()
890 bool IsEmpty = getInputSections(Sec).empty(); in adjustSectionsBeforeSorting()
3063 for (InputSection *IS : getInputSections(getParent())) in empty()