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

12

/freebsd-11-stable/contrib/gdb/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)
/freebsd-11-stable/contrib/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,
H A Dtc-ppc.c3244 S_SET_SEGMENT (sym, data_section);
3917 subseg_set (data_section, symbol_get_tc (ppc_toc_csect)->subseg);
3927 subseg_new (segment_name (data_section), subseg);
3932 S_SET_SEGMENT (sym, data_section);
5085 data_section)
5107 else if (S_GET_SEGMENT (sym) == data_section)
5386 && symseg == data_section
5422 && (symseg != data_section
5433 else if (symseg == data_section)
H A Dobj-coff.c1453 && sec != data_section
1694 || sec == data_section
H A Dtc-sparc.c2903 && seg != data_section
4115 subseg_set (data_section, 255); /* FIXME-SOMEDAY. */
4125 subseg_set (data_section, 1);
H A Dtc-i386.c1319 record_alignment (data_section, 2);
4662 && exp_seg != data_section
4903 && exp_seg != data_section
H A Dtc-s390.c532 record_alignment (data_section, 2);
H A Dtc-score.c5988 if (now_seg != data_section && now_seg != bss_section)
6098 if (now_seg != data_section && now_seg != bss_section)
/freebsd-11-stable/contrib/gcc/config/
H A Dsvr3.h57 switch_to_section (data_section); \
H A Ddarwin.c983 switch_to_section (data_section);
1126 base_section = weak_p ? darwin_sections[data_coal_section] : data_section;
/freebsd-11-stable/contrib/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.c52 asection *data_section; member in struct:trad_core_struct
59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
H A Daoutf1.h541 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
550 asection *data_section;
549 asection *data_section; member in struct:sun_core_struct
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c112 segT data_section; variable
986 data_section = subseg_new (DATA_SECTION_NAME, 0);
994 bfd_set_section_flags (stdoutput, data_section,
H A Das.h300 extern segT text_section, data_section, bss_section;
H A Dwrite.c1349 seg_info (data_section)->frchainP->frch_root;
1351 seg_info (data_section)->frchainP->frch_last;
1352 seg_info (data_section)->frchainP = 0;
H A Dsymbols.c376 && (now_seg == data_section
381 if (now_seg != data_section)
H A Dexpr.c557 know (S_GET_SEGMENT (symbolP) == undefined_section || S_GET_SEGMENT (symbolP) == text_section || S_GET_SEGMENT (symbolP) == data_section);
H A Dread.c1647 section = data_section;
/freebsd-11-stable/contrib/gcc/
H A Doutput.h537 extern GTY(()) section *data_section; variable
H A Dvarasm.c146 section *data_section;
5166 data_section = get_unnamed_section (SECTION_WRITE, output_section_asm_op,
5458 return data_section;
5585 return data_section;
5747 return data_section;
145 section *data_section; variable
H A Ddbxout.c2920 switch_to_section (data_section);
H A Dfinal.c1477 switch_to_section (data_section);
H A Dexcept.c3570 exception_section = flag_pic ? data_section : readonly_data_section;

Completed in 415 milliseconds

12