Home
last modified time | relevance | path

Searched refs:outSec (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp170 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()
H A DLinkerScript.h264 OutputSection *outSec = nullptr; member
H A DScriptParser.cpp96 OutputDesc *readOutputSectionDescription(StringRef outSec);
902 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument
903 OutputDesc *cmd = script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
H A DSyntheticSections.cpp798 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local
799 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()
801 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()