Searched refs:data_section (Results 1 - 25 of 111) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb-stabs.h70 asection *data_section; member in struct:dbx_symfile_info
86 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section)
/openbsd-current/gnu/gcc/gcc/config/vax/
H A Dvaxv.h51 ( switch_to_section (data_section), \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsysv3.h88 data_section (); \
H A Dsvr3gas.h52 data_section (); \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvaxv.h53 ( data_section (), \
H A Dvms.h108 We must also select either const_section or data_section: this will indicate
148 /* Here we redefine ASM_OUTPUT_COMMON to select the data_section or the
173 ? (const_section (), 0) : (data_section (), 0)), \
H A Dvax.c813 data_section ();
826 data_section();
838 data_section();
863 data_section ();
868 data_section ();
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-aout.h56 asection *text_section, *data_section, *bss_section; variable
H A Dobj-aout.c131 else if (bfd_section_size (stdoutput, data_section) != 0)
132 x = bfd_set_section_contents (stdoutput, data_section, &b, (file_ptr) 0,
/openbsd-current/gnu/gcc/gcc/config/
H A Dsvr3.h57 switch_to_section (data_section); \
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dptrace-core.c38 asection *data_section; member in struct:trad_core_struct
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
H A Dhppabsd-core.c70 asection *data_section; member in struct:hppabsd_core_struct
78 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
H A Dtrad-core.c52 asection *data_section; member in struct:trad_core_struct
59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dsvr3.h93 data_section (); \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dpe.h234 case in_data: data_section (); break; \
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dhppabsd-core.c71 asection *data_section; member in struct:hppabsd_core_struct
79 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
H A Dptrace-core.c38 asection *data_section; member in struct:trad_core_struct
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
H A Dtrad-core.c52 asection *data_section; member in struct:trad_core_struct
59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dsom.h279 #define READONLY_DATA_SECTION (flag_pic ? data_section : readonly_data)
295 #define TARGET_ASM_EXCEPTION_SECTION data_section
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dxcoff.h248 data_section (); \
423 #define TARGET_ASM_EXCEPTION_SECTION data_section
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dunicosmk.h310 #define READONLY_DATA_SECTION data_section
472 do { data_section (); \
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Das.h327 extern segT text_section, data_section, bss_section;
334 #define data_section SEG_DATA
331 #define data_section macro
H A Das.c113 segT data_section; variable
938 data_section = subseg_new (DATA_SECTION_NAME, 0);
946 bfd_set_section_flags (stdoutput, data_section,
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Das.c115 segT data_section; variable
987 data_section = subseg_new (DATA_SECTION_NAME, 0);
995 bfd_set_section_flags (stdoutput, data_section,
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-aout.c215 else if (bfd_section_size (stdoutput, data_section) != 0)
217 x = bfd_set_section_contents (stdoutput, data_section, &b, (file_ptr) 0,

Completed in 323 milliseconds

12345