Home | History | Annotate | Download | only in ld

Lines Matching defs:lma

1296   /* NAME is NULL for LMA memspecs if no region was specified.  */
4014 if (section->vma != section->lma)
4015 minfo (_(" load address 0x%V"), section->lma);
4750 s_start = s->lma;
4754 /* We must check the sections' LMA addresses not their VMA
4761 s_start = s->lma;
4764 /* Look for an overlap. We have sorted sections by lma, so we
5025 /* Set section lma. */
5032 bfd_vma lma = exp_get_abs_int (os->load_base, 0, "load base");
5033 os->bfd_section->lma = lma;
5037 bfd_vma lma = os->lma_region->current;
5040 lma += dotdelta;
5043 /* When LMA_REGION is the same as REGION, align the LMA
5051 lma = align_power (lma, section_alignment);
5053 os->bfd_section->lma = lma;
5058 bfd_vma lma;
5064 an explicit assignment to the section LMA (ie.
5071 /* If dot moved backwards then leave lma equal to
5072 vma. This is the old default lma, which might
5077 if (last->vma != last->lma)
5083 /* If this is an overlay, set the current lma to that
5086 lma = last->lma + last->size;
5088 /* Otherwise, keep the same lma to vma relationship
5091 lma = dot + last->lma - last->vma;
5094 lma = align_power (lma, section_alignment);
5095 os->bfd_section->lma = lma;
5104 lma region. We use this to set the lma for
5106 script assignment to lma might mean that the
5107 default lma == vma is incorrect.
5110 of non-zero size or with lma set differently to vma. */
5116 && os->bfd_section->vma != os->bfd_section->lma)
5154 os->lma_region->current = os->bfd_section->lma + dotdelta;
5158 os->bfd_section->lma);
7351 lang_leave_overlay sets up the LMA and memory regions. */
7474 an LMA region was specified. */