Lines Matching refs:lmaRegion
167 if (state->lmaRegion && state->memRegion != state->lmaRegion) in expandMemoryRegions()
168 expandMemoryRegion(state->lmaRegion, size, state->outSec->name); in expandMemoryRegions()
1034 const bool prevLMARegionIsDefault = state->lmaRegion == nullptr; in assignOffsets()
1038 state->lmaRegion = sec->lmaRegion; in assignOffsets()
1084 } else if (MemoryRegion *mr = sec->lmaRegion) { in assignOffsets()
1297 sec->lmaRegion = m; in adjustSectionsAfterSorting()
1458 !hasRegionOverflowed(osec->lmaRegion)) in spillSections()
1492 if (osec->lmaRegion) in spillSections()
1493 osec->lmaRegion->curPos -= isec->getSize(); in spillSections()
1499 !hasRegionOverflowed(osec->lmaRegion)) in spillSections()
1682 if (const MemoryRegion *lmaRegion = sec->lmaRegion) in checkFinalScriptConditions() local
1683 checkMemoryRegion(lmaRegion, sec, sec->getLMA()); in checkFinalScriptConditions()