Searched refs:OutSec (Results 1 – 4 of 4) sorted by relevance
118 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 …]
217 OutputSection *OutSec = nullptr; member
86 OutputSection *readOutputSectionDescription(StringRef OutSec);803 OutputSection *ScriptParser::readOutputSectionDescription(StringRef OutSec) { in readOutputSectionDescription() argument805 Script->createOutputSection(OutSec, getCurrentLocation()); in readOutputSectionDescription()
731 if (const OutputSection *OutSec = Sym.getOutputSection()) { in getPageEntryOffset() local732 uint64_t SecAddr = getMipsPageAddr(OutSec->Addr); in getPageEntryOffset()734 Index = G.PagesMap.lookup(OutSec).FirstIndex + (SymAddr - SecAddr) / 0xffff; in getPageEntryOffset()