Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp173 if (state->lmaRegion && state->memRegion != state->lmaRegion) in expandMemoryRegions()
174 expandMemoryRegion(state->lmaRegion, size, state->outSec->name); in expandMemoryRegions()
962 const bool prevLMARegionIsDefault = state->lmaRegion == nullptr; in assignOffsets()
965 state->lmaRegion = sec->lmaRegion; in assignOffsets()
1017 } else if (MemoryRegion *mr = sec->lmaRegion) { in assignOffsets()
1214 sec->lmaRegion = m; in adjustSectionsAfterSorting()
H A DOutputSections.h81 MemoryRegion *lmaRegion = nullptr; variable
H A DLinkerScript.h266 MemoryRegion *lmaRegion = nullptr; member
H A DWriter.cpp2354 load && !sec->lmaExpr && sec->lmaRegion == load->firstSec->lmaRegion; in createPhdrs()