Searched refs:outSec (Results 1 – 4 of 4) sorted by relevance
170 expandMemoryRegion(ctx->memRegion, size, ctx->outSec->name); in expandMemoryRegions()173 expandMemoryRegion(ctx->lmaRegion, size, ctx->outSec->name); in expandMemoryRegions()177 ctx->outSec->size += size; in expandOutputSection()185 ctx->outSec->name); in setDot()689 ctx->outSec = aether; in processSymbolAssignments()984 ctx->outSec = sec; in assignOffsets()1310 ctx->outSec = aether; in assignAddresses()1377 return {ctx->outSec, false, dot - ctx->outSec->addr, loc}; in getSymbolValue()
264 OutputSection *outSec = nullptr; member
96 OutputDesc *readOutputSectionDescription(StringRef outSec);902 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument903 OutputDesc *cmd = script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
798 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local799 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()801 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()