Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp163 expandMemoryRegion(state->memRegion, size, state->outSec->name); in expandMemoryRegions()
166 expandMemoryRegion(state->lmaRegion, size, state->outSec->name); in expandMemoryRegions()
170 state->outSec->size += size; in expandOutputSection()
183 state->outSec->name + "'") in setDot()
696 st.outSec = aether; in processSymbolAssignments()
1016 state->outSec = sec; in assignOffsets()
1358 st.outSec = aether; in assignAddresses()
1426 return {state->outSec, false, dot - state->outSec->addr, loc}; in getSymbolValue()
H A DLinkerScript.h272 OutputSection *outSec = nullptr; member
H A DScriptParser.cpp96 OutputDesc *readOutputSectionDescription(StringRef outSec);
922 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument
924 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
H A DSyntheticSections.cpp774 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local
775 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()
777 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()