Lines Matching refs:OutputSection
92 bool readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2);
93 void readSectionAddressType(OutputSection *cmd);
94 OutputSection *readOverlaySectionDescription();
95 OutputSection *readOutputSectionDescription(StringRef outSec);
532 OutputSection *prev = nullptr; in readOverlay()
536 OutputSection *os = readOverlaySectionDescription(); in readOverlay()
553 max = std::max(max, cast<OutputSection>(cmd)->size); in readOverlay()
601 if (auto *os = dyn_cast<OutputSection>(cmd)) in readSections()
792 bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2) { in readSectionDirective()
821 void ScriptParser::readSectionAddressType(OutputSection *cmd) { in readSectionAddressType()
841 OutputSection *ScriptParser::readOverlaySectionDescription() { in readOverlaySectionDescription()
842 OutputSection *cmd = in readOverlaySectionDescription()
857 OutputSection *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription()
858 OutputSection *cmd = in readOutputSectionDescription()
1246 static void checkIfExists(OutputSection *cmd, StringRef location) { in checkIfExists()
1290 OutputSection *sec = script->getOrCreateOutputSection(name); in readPrimary()
1315 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()
1370 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()
1414 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()