Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h99 std::string lmaRegionName; variable
H A DLinkerScript.cpp1431 if (!sec->lmaRegionName.empty()) { in adjustSectionsAfterSorting()
1432 if (MemoryRegion *m = memoryRegions.lookup(sec->lmaRegionName)) in adjustSectionsAfterSorting()
1435 ErrAlways(ctx) << "memory region '" << sec->lmaRegionName in adjustSectionsAfterSorting()
H A DScriptParser.cpp1077 osec->lmaRegionName = std::string(readName()); in readOutputSectionDescription()
1080 if (osec->lmaExpr && !osec->lmaRegionName.empty()) in readOutputSectionDescription()