Searched refs:getInputSections (Results 1 – 3 of 3) sorted by relevance
124 std::vector<InputSection *> getInputSections(const OutputSection *os);
342 std::vector<InputSection *> sections = getInputSections(this); in writeTo()515 std::vector<InputSection *> elf::getInputSections(const OutputSection *os) { in getInputSections() function in elf545 std::vector<InputSection *> sections = getInputSections(this); in checkDynRelAddends()
1549 for (InputSection *sec : getInputSections(os)) in sortSections()1850 std::vector<InputSection *> sections = getInputSections(os); in optimizeBasicBlockJumps()1872 std::vector<InputSection *> sections = getInputSections(os); in optimizeBasicBlockJumps()2254 for (InputSection *isec : getInputSections(os)) in checkExecuteOnly()