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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp116 ctx->outSec->name);
120 ctx->outSec->name);
124 ctx->outSec->size += size;
132 ctx->outSec->name);
564 ctx->outSec = aether;
774 (ctx->outSec->flags & SHF_TLS) && ctx->outSec->type == SHT_NOBITS;
787 assert(ctx->outSec == s->getParent());
790 s->outSecOff = pos - s->getSize() - ctx->outSec->addr;
799 ctx->outSec
[all...]
H A DLinkerScript.h237 OutputSection *outSec = nullptr; member in struct:lld::elf::final::AddressState
H A DScriptParser.cpp92 OutputSection *readOutputSectionDescription(StringRef outSec);
823 OutputSection *ScriptParser::readOutputSectionDescription(StringRef outSec) {
825 script->createOutputSection(outSec, getCurrentLocation());
H A DSyntheticSections.cpp738 if (const OutputSection *outSec = sym.getOutputSection()) {
739 uint64_t secAddr = getMipsPageAddr(outSec->addr);
741 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff;

Completed in 72 milliseconds