Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp159 memRegion->curPos += size; in expandMemoryRegion()
160 uint64_t newSize = memRegion->curPos - (memRegion->origin)().getValue(); in expandMemoryRegion()
161 uint64_t length = (memRegion->length)().getValue(); in expandMemoryRegion()
169 if (ctx->memRegion) in expandMemoryRegions()
172 if (ctx->lmaRegion && ctx->memRegion != ctx->lmaRegion) in expandMemoryRegions()
953 const bool sameMemRegion = ctx->memRegion == sec->memRegion; in assignOffsets()
956 ctx->memRegion = sec->memRegion; in assignOffsets()
970 if (ctx->memRegion) in assignOffsets()
971 dot = ctx->memRegion->curPos; in assignOffsets()
979 if (ctx->memRegion && ctx->memRegion->curPos < dot) in assignOffsets()
[all …]
H A DOutputSections.h79 MemoryRegion *memRegion = nullptr; variable
H A DLinkerScript.h265 MemoryRegion *memRegion = nullptr; member
H A DWriter.cpp2374 sec->memRegion == load->firstSec->memRegion && in createPhdrs()