Home | History | Annotate | Download | only in include

Lines Matching defs:vma

232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1318 without changing the vma or size. FIXME: Although this
1350 /* See the vma field. */
1403 bfd_vma vma;
1670 /* vma, lma, size, rawsize, compressed_size, relax, relax_count, */ \
5293 bfd_boolean bfd_set_start_address (bfd *abfd, bfd_vma vma);