Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.cpp119 if (ctx->lmaRegion && ctx->memRegion != ctx->lmaRegion) in expandMemoryRegions()
120 expandMemoryRegion(ctx->lmaRegion, size, ctx->lmaRegion->name, in expandMemoryRegions()
906 const bool prevLMARegionIsDefault = ctx->lmaRegion == nullptr; in assignOffsets()
909 ctx->lmaRegion = sec->lmaRegion; in assignOffsets()
939 else if (MemoryRegion *mr = sec->lmaRegion) in assignOffsets()
1106 sec->lmaRegion = m; in adjustSectionsAfterSorting()
DOutputSections.h80 MemoryRegion *lmaRegion = nullptr; variable
DLinkerScript.h253 MemoryRegion *lmaRegion = nullptr; member
DWriter.cpp2397 load && !sec->lmaExpr && sec->lmaRegion == load->firstSec->lmaRegion; in createPhdrs()