Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp118 Ctx->OutSec->Name); in expandMemoryRegions()
122 Ctx->OutSec->Name); in expandMemoryRegions()
126 Ctx->OutSec->Size += Size; in expandOutputSection()
134 Ctx->OutSec->Name); in setDot()
467 Ctx->OutSec = Aether; in processSectionCommands()
690 (Ctx->OutSec->Flags & SHF_TLS) && Ctx->OutSec->Type == SHT_NOBITS; in advance()
703 assert(Ctx->OutSec == S->getParent()); in output()
715 Ctx->OutSec = Sec; in switchTo()
718 Ctx->OutSec->Addr = advance(0, Ctx->OutSec->Alignment); in switchTo()
788 if (PhdrEntry *L = Ctx->OutSec->PtLoad) in assignOffsets()
[all …]
H A DLinkerScript.h217 OutputSection *OutSec = nullptr; member
H A DScriptParser.cpp86 OutputSection *readOutputSectionDescription(StringRef OutSec);
803 OutputSection *ScriptParser::readOutputSectionDescription(StringRef OutSec) { in readOutputSectionDescription() argument
805 Script->createOutputSection(OutSec, getCurrentLocation()); in readOutputSectionDescription()
H A DSyntheticSections.cpp731 if (const OutputSection *OutSec = Sym.getOutputSection()) { in getPageEntryOffset() local
732 uint64_t SecAddr = getMipsPageAddr(OutSec->Addr); in getPageEntryOffset()
734 Index = G.PagesMap.lookup(OutSec).FirstIndex + (SymAddr - SecAddr) / 0xffff; in getPageEntryOffset()