Lines Matching refs:lma

908       /* Look through the phdrs to see if we need to adjust the lma.
943 newsect->lma = (phdr->p_paddr
953 newsect->lma = (phdr->p_paddr
2629 newsect->lma = hdr->p_paddr;
2662 newsect->lma = hdr->p_paddr + hdr->p_filesz;
3945 || sections[0]->lma < phdr_size
3946 || sections[0]->lma % maxpagesize < phdr_size % maxpagesize)
3966 else if (last_hdr->lma - last_hdr->vma != hdr->lma - hdr->vma)
3973 else if (BFD_ALIGN (last_hdr->lma + last_size, maxpagesize)
3974 < BFD_ALIGN (hdr->lma, maxpagesize))
3997 && (((last_hdr->lma + last_size - 1)
3999 != (hdr->lma & ~(maxpagesize - 1))))
4218 if (sec1->lma < sec2->lma)
4220 else if (sec1->lma > sec2->lma)
4384 p->p_paddr = m->sections[0]->lma - m->p_vaddr_offset;
4577 bfd_signed_vma adjust = sec->lma - (p->p_paddr + p->p_memsz);
4587 (_("%B: section %A lma 0x%lx overlaps previous sections"),
4588 abfd, sec, (unsigned long) sec->lma);
5292 (section->lma >= base \
5293 && (section->lma + SECTION_SIZE (section, segment) \
5300 && s->vma == 0 && s->lma == 0 \
5346 ? segment->p_paddr != section->lma \
5610 && output_section->lma != 0
5629 matching_lma = output_section->lma;
5637 suggested_lma = output_section->lma;
5682 /* Offset the segment physical address from the lma
5734 if (output_section->lma !=
5751 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size,
5753 < BFD_ALIGN (output_section->lma, maxpagesize))
5754 || ((prev_sec->lma + prev_sec->size)
5755 > output_section->lma))
5758 suggested_lma = output_section->lma;
5770 suggested_lma = output_section->lma;
5941 map->p_vaddr_offset = ((first_section ? first_section->lma : 0)
6029 || section->lma != osec->lma