Lines Matching refs:outSec
175 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()
1541 st.outSec = aether.get(); in assignAddresses()
1750 return {state->outSec, false, dot - state->outSec->addr, loc}; in getSymbolValue()