Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp117 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 …]
H A DLinkerScript.h250 OutputSection *outSec = nullptr; member
H A DScriptParser.cpp95 OutputSection *readOutputSectionDescription(StringRef outSec);
857 OutputSection *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument
859 script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
H A DSyntheticSections.cpp779 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local
780 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()
782 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()