Lines Matching refs:OutputSection
95 bool readSectionDirective(OutputSection *cmd, StringRef tok);
96 void readSectionAddressType(OutputSection *cmd);
581 OutputSection *prev = nullptr; in readOverlay()
876 bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok) { in readSectionDirective()
918 void ScriptParser::readSectionAddressType(OutputSection *cmd) { in readSectionAddressType()
968 OutputSection *osec = &cmd->osec; in readOutputSectionDescription()
1411 static void checkIfExists(const OutputSection &osec, StringRef location) { in checkIfExists()
1455 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
1480 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
1541 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
1585 OutputSection *cmd = &script->getOrCreateOutputSection(name)->osec; in readPrimary()