| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdb-stabs.h | 70 asection *data_section; member 86 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section)
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ptrace-core.c | 38 asection *data_section; member 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
| H A D | trad-core.c | 52 asection *data_section; member 59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
| H A D | aoutf1.h | 540 #define core_datasec(bfd) (core_hdr (bfd)->data_section) 549 asection *data_section; member
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-aout.c | 131 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 D | obj-aout.h | 56 asection *text_section, *data_section, *bss_section; variable
|
| H A D | tc-ppc.c | 3230 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 D | obj-coff.c | 1449 && sec != data_section in coff_adjust_section_syms() 1690 || sec == data_section in coff_frob_section()
|
| H A D | tc-sparc.c | 2894 && seg != data_section 4102 subseg_set (data_section, 255); /* FIXME-SOMEDAY. */ 4112 subseg_set (data_section, 1); in s_data1()
|
| H A D | tc-s390.c | 532 record_alignment (data_section, 2); in md_begin()
|
| H A D | tc-i386.c | 1317 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 D | tc-score.c | 5988 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 D | svr3.h | 57 switch_to_section (data_section); \
|
| H A D | darwin.c | 983 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 D | as.c | 112 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 D | as.h | 297 extern segT text_section, data_section, bss_section;
|
| H A D | write.c | 1349 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 D | symbols.c | 374 && (now_seg == data_section in colon() 379 if (now_seg != data_section) in colon()
|
| H A D | expr.c | 553 …ned_section || S_GET_SEGMENT (symbolP) == text_section || S_GET_SEGMENT (symbolP) == data_section); in integer_constant()
|
| H A D | read.c | 1644 section = data_section; in s_data()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | output.h | 537 extern GTY(()) section *data_section;
|
| H A D | varasm.c | 145 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 D | dbxout.c | 2911 switch_to_section (data_section); in dbxout_symbol_location()
|
| H A D | final.c | 1470 switch_to_section (data_section); in profile_function()
|
| H A D | except.c | 3552 exception_section = flag_pic ? data_section : readonly_data_section; in switch_to_exception_section()
|