Lines Matching refs:OutputSection
93 bool readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2);
94 void readSectionAddressType(OutputSection *cmd);
550 OutputSection *prev = nullptr; in readOverlay()
837 bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2) { in readSectionDirective()
882 void ScriptParser::readSectionAddressType(OutputSection *cmd) { in readSectionAddressType()
925 OutputSection *osec = &cmd->osec; in readOutputSectionDescription()
1367 static void checkIfExists(const OutputSection &osec, StringRef location) { in checkIfExists()
1411 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
1436 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
1497 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
1541 OutputSection *cmd = &script->getOrCreateOutputSection(name)->osec; in readPrimary()