Searched refs:lmaRegion (Results 1 – 4 of 4) sorted by relevance
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()[all …]
82 MemoryRegion *lmaRegion = nullptr; variable
286 MemoryRegion *lmaRegion = nullptr; member
2260 load && !sec->lmaExpr && sec->lmaRegion == load->firstSec->lmaRegion; in createPhdrs()