Searched refs:sectionCommands (Results 1 – 13 of 13) sorted by relevance
221 for (BaseCommand *base : sectionCommands) { in getSymbolAssignmentValues()263 if (from == sectionCommands.end()) in processInsertCommands()266 sectionCommands.erase(from); in processInsertCommands()273 if (insertPos == sectionCommands.end()) { in processInsertCommands()290 for (BaseCommand *base : sectionCommands) { in declareSymbols()567 osec->sectionCommands.clear(); in processSectionCommands()581 osec->sectionCommands.clear(); in processSectionCommands()608 for (BaseCommand *&base : sectionCommands) in processSectionCommands()624 sectionCommands.push_back(osec); in processSectionCommands()827 sectionCommands.insert(sectionCommands.end(), v.begin(), v.end()); in addOrphanSections()[all …]
103 if (sectionCommands.empty() || in recordSection()104 !isa<InputSectionDescription>(sectionCommands.back())) in recordSection()105 sectionCommands.push_back(make<InputSectionDescription>("")); in recordSection()106 auto *isd = cast<InputSectionDescription>(sectionCommands.back()); in recordSection()169 for (BaseCommand *base : sectionCommands) { in finalizeInputSections()246 for (BaseCommand *b : sectionCommands) in sort()370 for (BaseCommand *base : sectionCommands) in writeTo()488 assert(sectionCommands.size() == 1); in sortCtorsDtors()489 auto *isd = cast<InputSectionDescription>(sectionCommands[0]); in sortCtorsDtors()508 for (BaseCommand *base : os->sectionCommands) in getFirstInputSection()[all …]
336 for (BaseCommand *base : script->sectionCommands) in findSection()796 for (BaseCommand *base : script->sectionCommands) { in addSectionSymbols()805 if (i == sec->sectionCommands.end()) in addSectionSymbols()1479 for (BaseCommand *b : sec->sectionCommands) in sortSection()1506 assert(sec->sectionCommands.size() == 1); in sortSection()1523 for (BaseCommand *base : script->sectionCommands) in sortInputSections()1608 auto i = script->sectionCommands.begin(); in sortSections()1609 auto e = script->sectionCommands.end(); in sortSections()1782 for (BaseCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent()1912 for (BaseCommand *b : os->sectionCommands) in removeUnusedSyntheticSections()[all …]
270 script->sectionCommands.push_back(cmd); in readLinkerScript()284 script->sectionCommands.push_back(cmd); in readDefsym()585 script->sectionCommands.insert(script->sectionCommands.end(), v.begin(), in readSections()851 cmd->sectionCommands.push_back( in readOverlaySectionDescription()887 cmd->sectionCommands.push_back(assign); in readOutputSectionDescription()889 cmd->sectionCommands.push_back(data); in readOutputSectionDescription()906 cmd->sectionCommands.push_back(readInputSectionDescription(tok)); in readOutputSectionDescription()916 cmd->sectionCommands.push_back(isd); in readOutputSectionDescription()
167 for (BaseCommand *base : script->sectionCommands) { in writeMapFile()182 for (BaseCommand *base : osec->sectionCommands) { in writeMapFile()
85 std::vector<BaseCommand *> sectionCommands; variable
69 for (BaseCommand *base : script->sectionCommands) in getLinkerScriptLocation()616 if (osec->sectionCommands.empty() || in addCopyRelSymbol()617 !isa<InputSectionDescription>(osec->sectionCommands.back())) in addCopyRelSymbol()618 osec->sectionCommands.push_back(make<InputSectionDescription>("")); in addCopyRelSymbol()619 auto *isd = cast<InputSectionDescription>(osec->sectionCommands.back()); in addCopyRelSymbol()1654 for (BaseCommand *bc : os->sectionCommands) in forEachInputSectionDescription()1831 for (BaseCommand *bc : tos->sectionCommands) { in getISThunkSec()
552 for (BaseCommand *base : script->sectionCommands) in run()554 for (BaseCommand *sub_base : sec->sectionCommands) in run()
324 std::vector<BaseCommand *> sectionCommands; variable
528 for (BaseCommand *bc : os->sectionCommands) in createFixes()
633 for (BaseCommand *bc : os->sectionCommands) in createFixes()
903 for (BaseCommand *cmd : os->sectionCommands) { in build()2334 for (BaseCommand *base : script->sectionCommands) in isNeeded()3653 for (BaseCommand *base : getParent()->sectionCommands) in isNeeded()3667 for (BaseCommand *base : getParent()->sectionCommands) in finalizeContents()
2477 for (BaseCommand *base : script->sectionCommands) in link()