Lines Matching refs:outSec
117 ctx->outSec->name); in expandMemoryRegions()
121 ctx->outSec->name); in expandMemoryRegions()
125 ctx->outSec->size += size; in expandOutputSection()
133 ctx->outSec->name); in setDot()
640 ctx->outSec = aether; in processSymbolAssignments()
857 assert(ctx->outSec == s->getParent()); in output()
860 s->outSecOff = pos - s->getSize() - ctx->outSec->addr; in output()
869 ctx->outSec = sec; in switchTo()
874 ctx->outSec->addr = pos; in switchTo()
878 ctx->outSec->addr = advance(0, ctx->outSec->alignment); in switchTo()
879 expandMemoryRegions(ctx->outSec->addr - pos); in switchTo()
973 if (PhdrEntry *l = ctx->outSec->ptLoad) in assignOffsets()
995 cmd->offset = dot - ctx->outSec->addr; in assignOffsets()
1316 return {ctx->outSec, false, dot - ctx->outSec->addr, loc}; in getSymbolValue()