Lines Matching refs:osd
542 OutputDesc *osd = readOverlaySectionDescription(); in readOverlay() local
543 osd->osec.addrExpr = addrExpr; in readOverlay()
545 osd->osec.lmaExpr = [=] { return prev->getLMA() + prev->size; }; in readOverlay()
547 osd->osec.lmaExpr = lmaExpr; in readOverlay()
548 v.push_back(osd); in readOverlay()
549 prev = &osd->osec; in readOverlay()
596 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in readSections() local
597 osd->osec.relro = false; in readSections()
888 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription() local
889 osd->osec.inOverlay = true; in readOverlaySectionDescription()
896 osd->osec.commands.push_back( in readOverlaySectionDescription()
899 return osd; in readOverlaySectionDescription()