Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DOutputSections.h91 std::string memoryRegionName; variable
DLinkerScript.cpp913 if (!sec->memoryRegionName.empty()) in findMemoryRegion()
921 if (!sec->memoryRegionName.empty()) { in findMemoryRegion()
922 if (MemoryRegion *m = memoryRegions.lookup(sec->memoryRegionName)) in findMemoryRegion()
924 error("memory region '" + sec->memoryRegionName + "' not declared"); in findMemoryRegion()
DScriptParser.cpp970 osec->memoryRegionName = std::string(next()); in readOutputSectionDescription()