Home | History | Annotate | Download | only in ld

Lines Matching refs:lma_region

1867       const char *lma_region = (after->lma_region
1868 ? after->lma_region->name_list.name
1871 lma_region);
5035 else if (os->lma_region != NULL)
5037 bfd_vma lma = os->lma_region->current;
5043 /* When LMA_REGION is the same as REGION, align the LMA
5048 if (os->lma_region != os->region)
5120 && os->lma_region == NULL
5150 if (os->lma_region != NULL && os->lma_region != os->region
5154 os->lma_region->current = os->bfd_section->lma + dotdelta;
5157 os_region_check (os, os->lma_region, NULL,
6943 store them in *LMA_REGION and *REGION respectively.
6955 lang_memory_region_type **lma_region,
6961 *lma_region = lang_memory_region_lookup (lma_memspec, FALSE);
6969 *region = *lma_region;
6984 &current_section->lma_region,
6993 if (current_section->lma_region == NULL
6997 current_section->lma_region = current_section->prev->lma_region;
7441 lang_memory_region_type *lma_region;
7445 lang_get_regions (&region, &lma_region,
7469 l->os->lma_region = lma_region;