Lines Matching refs:OutSec
118 Ctx->OutSec->Name); in expandMemoryRegions()
122 Ctx->OutSec->Name); in expandMemoryRegions()
126 Ctx->OutSec->Size += Size; in expandOutputSection()
134 Ctx->OutSec->Name); in setDot()
467 Ctx->OutSec = Aether; in processSectionCommands()
690 (Ctx->OutSec->Flags & SHF_TLS) && Ctx->OutSec->Type == SHT_NOBITS; in advance()
703 assert(Ctx->OutSec == S->getParent()); in output()
706 S->OutSecOff = Pos - S->getSize() - Ctx->OutSec->Addr; in output()
715 Ctx->OutSec = Sec; in switchTo()
718 Ctx->OutSec->Addr = advance(0, Ctx->OutSec->Alignment); in switchTo()
719 expandMemoryRegions(Ctx->OutSec->Addr - Before); in switchTo()
788 if (PhdrEntry *L = Ctx->OutSec->PtLoad) in assignOffsets()
810 Cmd->Offset = Dot - Ctx->OutSec->Addr; in assignOffsets()
1105 return {Ctx->OutSec, false, Dot - Ctx->OutSec->Addr, Loc}; in getSymbolValue()