Home | History | Annotate | Download | only in gold

Lines Matching refs:lma_region

2290   Memory_region* lma_region = NULL;
2377 lma_region = script_sections->find_memory_region(this, false,
2380 if (lma_region != NULL)
2384 laddr = lma_region->get_current_address()->eval(symtab, layout,
2388 // We are not going to use the discovered lma_region, so
2390 lma_region = NULL;
2509 if (lma_region != NULL && lma_region != vma_region)
2510 lma_region->increment_offset(this->get_section_name(),
2519 if (lma_region == NULL)
2523 lma_region->get_current_address()->eval(symtab, layout, false);