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()611 ctx->outSec = aether; in processSymbolAssignments()824 (ctx->outSec->flags & SHF_TLS) && ctx->outSec->type == SHT_NOBITS; in advance()837 assert(ctx->outSec == s->getParent()); in output()840 s->outSecOff = pos - s->getSize() - ctx->outSec->addr; in output()849 ctx->outSec = sec; in switchTo()854 ctx->outSec->addr = pos; in switchTo()[all …]
251 OutputSection *outSec = nullptr; member
94 OutputSection *readOutputSectionDescription(StringRef outSec);834 OutputSection *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument836 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()