Searched refs:outSec (Results 1 – 4 of 4) sorted by relevance
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()869 ctx->outSec = sec; in switchTo()874 ctx->outSec->addr = pos; in switchTo()878 ctx->outSec->addr = advance(0, ctx->outSec->alignment); in switchTo()973 if (PhdrEntry *l = ctx->outSec->ptLoad) in assignOffsets()[all …]
250 OutputSection *outSec = nullptr; member
95 OutputSection *readOutputSectionDescription(StringRef outSec);857 OutputSection *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument859 script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
779 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local780 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()782 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()