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

/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-tic30.c759 obj_textsec (abfd)->user_set_vma = 1;
779 obj_datasec (abfd)->user_set_vma = 1;
794 obj_bsssec (abfd)->user_set_vma = 1;
H A Dpdp11.c1066 if (! obj_textsec (abfd)->user_set_vma)
1075 if (!obj_datasec (abfd)->user_set_vma)
1092 if (! obj_bsssec (abfd)->user_set_vma)
1142 if (! obj_textsec(abfd)->user_set_vma)
1186 if (!obj_datasec(abfd)->user_set_vma)
1220 if (!obj_bsssec(abfd)->user_set_vma)
1249 if (!obj_textsec(abfd)->user_set_vma)
1258 if (!obj_datasec(abfd)->user_set_vma)
1269 if (!obj_bsssec(abfd)->user_set_vma)
H A Daoutx.h908 if (!obj_textsec (abfd)->user_set_vma)
917 if (!obj_datasec (abfd)->user_set_vma)
934 if (!obj_bsssec (abfd)->user_set_vma)
984 if (! obj_textsec (abfd)->user_set_vma)
1027 if (!obj_datasec (abfd)->user_set_vma)
1065 if (!obj_bsssec (abfd)->user_set_vma)
1094 if (!obj_textsec (abfd)->user_set_vma)
1103 if (!obj_datasec (abfd)->user_set_vma)
1114 if (!obj_bsssec (abfd)->user_set_vma)
H A Dbfd-in.h325 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
H A Dmmo.c724 if (! sec->user_set_vma)
738 if (! sec->user_set_vma)
754 if (! sec->user_set_vma)
1173 || (! sec->user_set_vma
H A Dbfd-in2.h332 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
1251 unsigned int user_set_vma : 1;
1297 user_set_vma flag is maintained by bfd; if it's not set, the
1244 unsigned int user_set_vma : 1; member in struct:bfd_section
H A Delf.c2455 || asect->user_set_vma)
H A Delflink.c7643 && ! o->user_set_vma)
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h332 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
1251 unsigned int user_set_vma : 1;
1297 user_set_vma flag is maintained by bfd; if it's not set, the
1244 unsigned int user_set_vma : 1; member in struct:bfd_section
H A Dbfd.h332 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
1251 unsigned int user_set_vma : 1;
1297 user_set_vma flag is maintained by bfd; if it's not set, the
1244 unsigned int user_set_vma : 1; member in struct:bfd_section
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h330 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
1249 unsigned int user_set_vma : 1;
1295 user_set_vma flag is maintained by bfd; if it's not set, the
1242 unsigned int user_set_vma : 1; member in struct:bfd_section
H A Dbfd.h330 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
1249 unsigned int user_set_vma : 1;
1295 user_set_vma flag is maintained by bfd; if it's not set, the
1242 unsigned int user_set_vma : 1; member in struct:bfd_section

Completed in 214 milliseconds