Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp157 static void expandMemoryRegion(MemoryRegion *memRegion, uint64_t size, in expandMemoryRegion() function
170 expandMemoryRegion(ctx->memRegion, size, ctx->outSec->name); in expandMemoryRegions()
173 expandMemoryRegion(ctx->lmaRegion, size, ctx->outSec->name); in expandMemoryRegions()
980 expandMemoryRegion(ctx->memRegion, dot - ctx->memRegion->curPos, in assignOffsets()
1008 expandMemoryRegion(mr, lmaStart - mr->curPos, sec->name); in assignOffsets()