Home
last modified time | relevance | path

Searched refs:data_section (Results 1 – 25 of 124) sorted by relevance

12345

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb-stabs.h70 asection *data_section; member
86 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section)
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dptrace-core.c38 asection *data_section; member
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
H A Dtrad-core.c52 asection *data_section; member
59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
H A Dhppabsd-core.c71 asection *data_section; member
79 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dptrace-core.c38 asection *data_section; member
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
H A Dhppabsd-core.c70 asection *data_section; member
78 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
H A Dtrad-core.c52 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 Dobj-aout.c131 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 Dobj-aout.h56 asection *text_section, *data_section, *bss_section; variable
/openbsd/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.c808 data_section ();
821 data_section();
833 data_section();
858 data_section ();
863 data_section ();
H A Dvaxv.h53 ( data_section (), \
H A Dvms.h172 ? (const_section (), 0) : (data_section (), 0)), \
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsysv3.h87 data_section (); \
H A Dsvr3gas.h52 data_section (); \
/openbsd/gnu/gcc/gcc/config/vax/
H A Dvaxv.h51 ( switch_to_section (data_section), \
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dsom.h278 #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 Dxcoff.h248 data_section (); \
423 #define TARGET_ASM_EXCEPTION_SECTION data_section
/openbsd/gnu/gcc/gcc/config/
H A Dsvr3.h57 switch_to_section (data_section); \
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dunicosmk.h308 #define READONLY_DATA_SECTION data_section
470 do { data_section (); \
/openbsd/gnu/usr.bin/binutils/gas/
H A Das.h324 extern segT text_section, data_section, bss_section;
331 #define data_section SEG_DATA macro
H A Das.c113 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 Dsvr3.h93 data_section (); \
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Dpe.h229 case in_data: data_section (); break; \
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Das.c115 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 Dobj-aout.c215 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()

12345