Home
last modified time | relevance | path

Searched defs:bfd_set_section_vma (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/bfd/
H A Dbfd-in.h297 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma… macro
H A Dbfd-in2.h304 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma… macro
/dragonfly/contrib/binutils-2.27/bfd/
H A Dbfd-in2.h1637 bfd_set_section_vma (bfd * abfd ATTRIBUTE_UNUSED, asection * ptr, bfd_vma val) in bfd_set_section_vma() function
/dragonfly/contrib/binutils-2.34/bfd/
H A Dbfd-in2.h1257 bfd_set_section_vma (asection *sec, bfd_vma val) in bfd_set_section_vma() function