Searched refs:getInputSections (Results 1 – 3 of 3) sorted by relevance
122 std::vector<InputSection *> getInputSections(const OutputSection *os);
342 std::vector<InputSection *> sections = getInputSections(this); in writeTo()511 std::vector<InputSection *> elf::getInputSections(const OutputSection *os) { in getInputSections() function in elf
1532 for (InputSection *sec : getInputSections(os)) in sortSections()1833 std::vector<InputSection *> sections = getInputSections(os); in optimizeBasicBlockJumps()1855 std::vector<InputSection *> sections = getInputSections(os); in optimizeBasicBlockJumps()2219 for (InputSection *isec : getInputSections(os)) in checkExecuteOnly()