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

12345

/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dv3gas.h52 data_section (); \
H A Dsvr3gas.h52 data_section (); \
243 data_section (); \
252 data_section (); \
H A Dsysv3.h93 data_section (); \
H A Ddgux.h232 data_section (); \
H A Dosfrose.h528 (either `data_section' or a function defined in `EXTRA_SECTIONS')
568 data_section (); \
578 data_section (); \
583 data_section (); \
595 data_section (); \
H A Dsco5.h278 data_section (); \
385 data_section (); \
694 data_section (); \
700 data_section (); \
705 data_section (); \
/haiku-buildtools/legacy/gcc/gcc/config/vax/
H A Dvms.h147 We must also select either const_section or data_section: this will indicate
187 /* Here we redefine ASM_OUTPUT_COMMON to select the data_section or the
212 ? (const_section (), 0) : (data_section (), 0)), \
245 non-const variables go in the data_section, and non-static const
266 data_section (); \
271 data_section (); \
284 data_section(); \
297 data_section(); \
H A Dvaxv.h48 ( data_section (), \
/haiku-buildtools/legacy/binutils/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,
/haiku-buildtools/binutils/gas/config/
H A Dobj-aout.h55 extern asection *text_section, *data_section, *bss_section;
H A Dobj-aout.c127 else if (bfd_section_size (stdoutput, data_section) != 0)
128 x = bfd_set_section_contents (stdoutput, data_section, &b, (file_ptr) 0,
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dlinux-elf.h202 data_section (); \
211 data_section (); \
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dsvr3.h93 data_section (); \
352 data_section (); \
361 data_section (); \
H A Dnextstep.h473 data_section (); \
510 data_section (); \
566 data_section (); \
575 data_section (); \
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Dsysv3.h94 data_section (); \
/haiku-buildtools/legacy/binutils/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)
/haiku-buildtools/binutils/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 Dtrad-core.c55 asection *data_section; member in struct:trad_core_struct
62 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
H A Dhppabsd-core.c60 asection *data_section; member in struct:hppabsd_core_struct
68 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsysv4.h84 data_section (); \
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Ddgux.h302 data_section (); \
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Delf.h340 data_section (); \
354 data_section (); \

Completed in 221 milliseconds

12345