/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdb-stabs.h | 70 asection *data_section; member 86 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section)
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ptrace-core.c | 38 asection *data_section; member 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
H A D | trad-core.c | 52 asection *data_section; member 59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
H A D | hppabsd-core.c | 71 asection *data_section; member 79 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ptrace-core.c | 38 asection *data_section; member 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
H A D | hppabsd-core.c | 70 asection *data_section; member 78 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
|
H A D | trad-core.c | 52 asection *data_section; member 59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-aout.c | 131 else if (bfd_section_size (stdoutput, data_section) != 0) in obj_aout_frob_file_before_fix() 132 x = bfd_set_section_contents (stdoutput, data_section, &b, (file_ptr) 0, in obj_aout_frob_file_before_fix()
|
H A D | obj-aout.h | 56 asection *text_section, *data_section, *bss_section; variable
|
/openbsd/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | vax.c | 808 data_section (); 821 data_section(); 833 data_section(); 858 data_section (); 863 data_section ();
|
H A D | vaxv.h | 53 ( data_section (), \
|
H A D | vms.h | 172 ? (const_section (), 0) : (data_section (), 0)), \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | sysv3.h | 87 data_section (); \
|
H A D | svr3gas.h | 52 data_section (); \
|
/openbsd/gnu/gcc/gcc/config/vax/ |
H A D | vaxv.h | 51 ( switch_to_section (data_section), \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | som.h | 278 #define READONLY_DATA_SECTION (flag_pic ? data_section : readonly_data) 294 #define TARGET_ASM_EXCEPTION_SECTION data_section
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | xcoff.h | 248 data_section (); \ 423 #define TARGET_ASM_EXCEPTION_SECTION data_section
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | svr3.h | 57 switch_to_section (data_section); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | unicosmk.h | 308 #define READONLY_DATA_SECTION data_section 470 do { data_section (); \
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | as.h | 324 extern segT text_section, data_section, bss_section; 331 #define data_section SEG_DATA macro
|
H A D | as.c | 113 segT data_section; variable 936 data_section = subseg_new (DATA_SECTION_NAME, 0); in perform_an_assembly_pass() 944 bfd_set_section_flags (stdoutput, data_section, in perform_an_assembly_pass()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ |
H A D | svr3.h | 93 data_section (); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | pe.h | 229 case in_data: data_section (); break; \
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | as.c | 115 segT data_section; variable 985 data_section = subseg_new (DATA_SECTION_NAME, 0); in perform_an_assembly_pass() 993 bfd_set_section_flags (stdoutput, data_section, in perform_an_assembly_pass()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-aout.c | 215 else if (bfd_section_size (stdoutput, data_section) != 0) in obj_aout_frob_file_before_fix() 217 x = bfd_set_section_contents (stdoutput, data_section, &b, (file_ptr) 0, in obj_aout_frob_file_before_fix()
|