Searched refs:user_set_vma (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/ld/
H A Dldwrite.c369 n->user_set_vma = s->user_set_vma;
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h894 if (!obj_textsec (abfd)->user_set_vma)
903 if (!obj_datasec (abfd)->user_set_vma)
917 if (!obj_bsssec (abfd)->user_set_vma)
963 if (! obj_textsec (abfd)->user_set_vma)
1006 if (!obj_datasec (abfd)->user_set_vma)
1044 if (!obj_bsssec (abfd)->user_set_vma)
1071 if (!obj_textsec (abfd)->user_set_vma)
1080 if (!obj_datasec (abfd)->user_set_vma)
1091 if (!obj_bsssec (abfd)->user_set_vma)
H A Dbfd-in.h349 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
H A Dbfd-in2.h356 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
1355 unsigned int user_set_vma : 1;
1406 user_set_vma flag is maintained by bfd; if it's not set, the
1644 /* name, id, index, next, prev, flags, user_set_vma, */ \
1348 unsigned int user_set_vma : 1; member in struct:bfd_section
H A Delf.c2792 || asect->user_set_vma)
H A Delflink.c9605 && ! o->user_set_vma)
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h362 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
1361 unsigned int user_set_vma : 1;
1412 user_set_vma flag is maintained by bfd; if it's not set, the
1650 /* name, id, index, next, prev, flags, user_set_vma, */ \
1354 unsigned int user_set_vma : 1; member in struct:bfd_section

Completed in 313 milliseconds