Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
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()
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 …]
DLinkerScript.h251 OutputSection *outSec = nullptr; member
DScriptParser.cpp94 OutputSection *readOutputSectionDescription(StringRef outSec);
834 OutputSection *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument
836 script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
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()