Searched refs:memoryRegionName (Results 1 – 3 of 3) sorted by relevance
91 std::string memoryRegionName; variable
937 if (!sec->memoryRegionName.empty() && hasInputOrByteCommand) in findMemoryRegion()945 if (!sec->memoryRegionName.empty()) { in findMemoryRegion()946 if (MemoryRegion *m = memoryRegions.lookup(sec->memoryRegionName)) in findMemoryRegion()948 error("memory region '" + sec->memoryRegionName + "' not declared"); in findMemoryRegion()
991 osec->memoryRegionName = std::string(next()); in readOutputSectionDescription()