Lines Matching refs:vma
253 bfd_vma vma; member
265 #define enda(x) (x->vma + x->size)
300 find_chunk (bfd *abfd, bfd_vma vma) in find_chunk() argument
304 vma &= ~CHUNK_MASK; in find_chunk()
305 while (d && (d->vma) != vma) in find_chunk()
317 d->vma = vma; in find_chunk()
378 section->vma = getvalue (&src); in first_phase()
379 section->size = getvalue (&src) - section->vma; in first_phase()
413 new->symbol.value = getvalue (&src) - section->vma; in first_phase()
545 for (addr = section->vma; count != 0; count--, addr++) in move_section_contents()
609 bfd_vma vma; in tekhex_set_section_contents() local
615 for (vma = s->vma & ~(bfd_vma) CHUNK_MASK; in tekhex_set_section_contents()
616 vma < s->vma + s->size; in tekhex_set_section_contents()
617 vma += CHUNK_MASK) in tekhex_set_section_contents()
618 find_chunk (abfd, vma); in tekhex_set_section_contents()
754 writevalue (&dst, addr + d->vma); in tekhex_write_object_contents()
772 writevalue (&dst, s->vma); in tekhex_write_object_contents()
773 writevalue (&dst, s->vma + s->size); in tekhex_write_object_contents()
823 writevalue (&dst, sym->value + sym->section->vma); in tekhex_write_object_contents()