Home | History | Annotate | Download | only in include

Lines Matching defs:vma

237 #define bfd_asymbol_base(x) ((x)->section->vma)
291 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
298 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
306 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1382 without changing the vma or size. FIXME: Although this
1419 /* See the vma field. */
1472 bfd_vma vma;
1736 /* vma, lma, size, rawsize, compressed_size, relax, relax_count, */ \
6311 bfd_boolean bfd_set_start_address (bfd *abfd, bfd_vma vma);