Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp175 expandMemoryRegion(state->memRegion, size, state->outSec->name); in expandMemoryRegions()
178 expandMemoryRegion(state->lmaRegion, size, state->outSec->name); in expandMemoryRegions()
182 state->outSec->size += size; in expandOutputSection()
184 if (state->outSec->inOverlay) { in expandOutputSection()
187 if (state->outSec->size > state->overlaySize) { in expandOutputSection()
188 regionSize = state->outSec->size - state->overlaySize; in expandOutputSection()
189 state->overlaySize = state->outSec->size; in expandOutputSection()
205 Twine::utohexstr(val) + " for section '" + state->outSec->name + in setDot()
867 st.outSec = aether.get(); in processSymbolAssignments()
1198 state->outSec = sec; in assignOffsets()
[all …]
H A DLinkerScript.h309 OutputSection *outSec = nullptr; member
H A DScriptParser.cpp85 OutputDesc *readOutputSectionDescription(StringRef outSec);
1005 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument
1007 ctx.script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
H A DSyntheticSections.cpp848 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local
849 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()
851 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()