HomeSort by relevance Sort by last modified time
    Searched defs:vma (Results 26 - 26 of 26) sorted by null

12

  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #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,
1415 bfd_vma vma; member in struct:bfd_section
    [all...]

Completed in 153 milliseconds

12