Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/gdb/gdb/
HDgdb-stabs.h70 asection *data_section; member
86 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section)
/freebsd-11-stable/contrib/binutils/bfd/
HDptrace-core.c38 asection *data_section; member
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
HDtrad-core.c52 asection *data_section; member
59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
HDaoutf1.h540 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
549 asection *data_section; member
/freebsd-11-stable/contrib/binutils/gas/config/
HDobj-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()
HDobj-aout.h56 asection *text_section, *data_section, *bss_section; variable
HDtc-ppc.c3230 S_SET_SEGMENT (sym, data_section); in ppc_change_csect()
3903 subseg_set (data_section, symbol_get_tc (ppc_toc_csect)->subseg); in ppc_toc()
3913 subseg_new (segment_name (data_section), subseg); in ppc_toc()
3918 S_SET_SEGMENT (sym, data_section); in ppc_toc()
5068 data_section) in ppc_frob_symbol()
5090 else if (S_GET_SEGMENT (sym) == data_section) in ppc_frob_symbol()
5367 && symseg == data_section in ppc_fix_adjustable()
5403 && (symseg != data_section in ppc_fix_adjustable()
5414 else if (symseg == data_section) in ppc_fix_adjustable()
HDobj-coff.c1449 && sec != data_section in coff_adjust_section_syms()
1690 || sec == data_section in coff_frob_section()
HDtc-sparc.c2894 && seg != data_section
4102 subseg_set (data_section, 255); /* FIXME-SOMEDAY. */
4112 subseg_set (data_section, 1); in s_data1()
HDtc-s390.c532 record_alignment (data_section, 2); in md_begin()
HDtc-i386.c1317 record_alignment (data_section, 2); in md_begin()
4657 && exp_seg != data_section in i386_immediate()
4898 && exp_seg != data_section in i386_displacement()
HDtc-score.c5988 if (now_seg != data_section && now_seg != bss_section) in s_score_ent()
6098 if (now_seg != data_section && now_seg != bss_section) in s_score_end()
/freebsd-11-stable/contrib/gcc/config/
HDsvr3.h57 switch_to_section (data_section); \
HDdarwin.c983 switch_to_section (data_section); in machopic_output_indirection()
1126 base_section = weak_p ? darwin_sections[data_coal_section] : data_section; in machopic_select_section()
/freebsd-11-stable/contrib/binutils/gas/
HDas.c112 segT data_section; variable
984 data_section = subseg_new (DATA_SECTION_NAME, 0); in perform_an_assembly_pass()
992 bfd_set_section_flags (stdoutput, data_section, in perform_an_assembly_pass()
HDas.h297 extern segT text_section, data_section, bss_section;
HDwrite.c1349 seg_info (data_section)->frchainP->frch_root; in merge_data_into_text()
1351 seg_info (data_section)->frchainP->frch_last; in merge_data_into_text()
1352 seg_info (data_section)->frchainP = 0; in merge_data_into_text()
HDsymbols.c374 && (now_seg == data_section in colon()
379 if (now_seg != data_section) in colon()
HDexpr.c553 …ned_section || S_GET_SEGMENT (symbolP) == text_section || S_GET_SEGMENT (symbolP) == data_section); in integer_constant()
HDread.c1644 section = data_section; in s_data()
/freebsd-11-stable/contrib/gcc/
HDoutput.h537 extern GTY(()) section *data_section;
HDvarasm.c145 section *data_section; variable
5140 data_section = get_unnamed_section (SECTION_WRITE, output_section_asm_op, in init_varasm_once()
5431 return data_section; in default_select_section()
5558 return data_section; in default_elf_select_section()
5720 return data_section; in default_select_rtx_section()
HDdbxout.c2911 switch_to_section (data_section); in dbxout_symbol_location()
HDfinal.c1470 switch_to_section (data_section); in profile_function()
HDexcept.c3552 exception_section = flag_pic ? data_section : readonly_data_section; in switch_to_exception_section()

12