Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdb-stabs.h70 asection *data_section; member
86 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section)
/freebsd-12.1/contrib/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 Daoutf1.h540 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
549 asection *data_section; member
/freebsd-12.1/contrib/binutils/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
H A Dtc-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()
H A Dobj-coff.c1449 && sec != data_section in coff_adjust_section_syms()
1690 || sec == data_section in coff_frob_section()
H A Dtc-sparc.c2894 && seg != data_section
4102 subseg_set (data_section, 255); /* FIXME-SOMEDAY. */
4112 subseg_set (data_section, 1); in s_data1()
H A Dtc-s390.c532 record_alignment (data_section, 2); in md_begin()
H A Dtc-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()
H A Dtc-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-12.1/contrib/gcc/config/
H A Dsvr3.h57 switch_to_section (data_section); \
H A Ddarwin.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-12.1/contrib/binutils/gas/
H A Das.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()
H A Das.h297 extern segT text_section, data_section, bss_section;
H A Dwrite.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()
H A Dsymbols.c374 && (now_seg == data_section in colon()
379 if (now_seg != data_section) in colon()
H A Dexpr.c553 …ned_section || S_GET_SEGMENT (symbolP) == text_section || S_GET_SEGMENT (symbolP) == data_section); in integer_constant()
H A Dread.c1644 section = data_section; in s_data()
/freebsd-12.1/contrib/gcc/
H A Doutput.h537 extern GTY(()) section *data_section;
H A Dvarasm.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()
H A Ddbxout.c2911 switch_to_section (data_section); in dbxout_symbol_location()
H A Dfinal.c1470 switch_to_section (data_section); in profile_function()
H A Dexcept.c3552 exception_section = flag_pic ? data_section : readonly_data_section; in switch_to_exception_section()

12