| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | maint-info-sections.exp | 124 set data_section ".data" 130 set data_section ER_RW 135 set data_section ".neardata" 150 -re -wrap " $data_section .*" { 162 -re -wrap " $data_section .*" { 182 -re -wrap " $data_section .*" {
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gdb-stabs.h | 54 asection *data_section = nullptr; member 74 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section)
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ptrace-core.c | 38 asection *data_section; member 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
| D | hppabsd-core.c | 60 asection *data_section; member 68 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
|
| D | trad-core.c | 43 asection *data_section; member 50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ptrace-core.c | 38 asection *data_section; member 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
| D | hppabsd-core.c | 60 asection *data_section; member 68 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
|
| D | trad-core.c | 43 asection *data_section; member 50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | obj-aout.h | 55 extern asection *text_section, *data_section, *bss_section;
|
| D | obj-aout.c | 127 if ((sec = data_section)->size != 0) in obj_aout_frob_file_before_fix()
|
| D | tc-mmix.c | 968 if (now_seg == data_section) in md_assemble() 2788 addsy = section_symbol (data_section); in tc_gen_reloc() 3776 sym = section_symbol (data_section); in mmix_frob_file() 4036 section = data_section; in s_loc() 4129 else if (now_seg == data_section) in mmix_byte() 4234 else if (now_seg == data_section) in mmix_cons()
|
| D | obj-macho.c | 861 if (data_section == NULL) in obj_mach_o_base_section() 862 data_section = obj_mach_o_segT_from_bfd_name (DATA_SECTION_NAME, 1); in obj_mach_o_base_section() 863 section = data_section; in obj_mach_o_base_section()
|
| D | obj-coff.c | 1479 && sec != data_section in coff_adjust_section_syms() 1757 || sec == data_section in coff_frob_section()
|
| D | tc-ppc.c | 1913 ppc_init_xcoff_section (&ppc_xcoff_data_section, data_section); in md_begin() 5640 subseg_set (data_section, symbol_get_tc (ppc_toc_csect)->subseg); in ppc_toc() 5650 subseg_new (segment_name (data_section), subseg); in ppc_toc() 5655 S_SET_SEGMENT (sym, data_section); in ppc_toc() 6276 = bfd_section_size (data_section) - S_GET_VALUE (sym); in ppc_frob_symbol() 6297 else if (S_GET_SEGMENT (sym) == data_section) in ppc_frob_symbol() 6573 && (symseg != data_section in ppc_get_csect_to_adjust() 6614 && symseg == data_section in ppc_fix_adjustable()
|
| D | tc-sparc.c | 3375 && seg != data_section in get_expression() 4430 subseg_set (data_section, 255); /* FIXME-SOMEDAY. */ in s_seg() 4440 subseg_set (data_section, 1); in s_data1()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | as.c | 119 segT data_section; variable 1216 data_section = subseg_new (DATA_SECTION_NAME, 0); in perform_an_assembly_pass() 1224 bfd_set_section_flags (data_section, in perform_an_assembly_pass()
|
| D | as.h | 194 extern segT text_section, data_section, bss_section;
|
| D | write.c | 1767 seg_info (data_section)->frchainP->frch_root; in merge_data_into_text() 1769 seg_info (data_section)->frchainP->frch_last; in merge_data_into_text() 1770 seg_info (data_section)->frchainP = 0; in merge_data_into_text()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin.cc | 1088 switch_to_section (data_section); in machopic_output_data_section_indirection() 1460 if (base == data_section) in darwin_objc2_section() 1511 : data_section; in darwin_objc2_section() 1706 base_section = data_section; in machopic_select_section() 1720 base_section = data_section; in machopic_select_section() 2457 : data_section); in darwin_emit_weak_or_comdat() 2479 section *ocs = data_section; in darwin_emit_objc_zeroed() 2694 in_section = data_section; in darwin_output_aligned_bss()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | object.cc | 1957 Output_section* data_section = out_sections[data_shndx]; in do_layout() local 1958 if (data_section == reinterpret_cast<Output_section*>(2)) in do_layout() 1972 if (data_section == NULL) in do_layout() 1982 Output_section* os = layout->layout_reloc(this, i, shdr, data_section, in do_layout() 2097 Output_section* data_section = out_sections[data_shndx]; in do_layout_deferred_sections() local 2098 if (data_section == NULL) in do_layout_deferred_sections() 2109 data_section, rr); in do_layout_deferred_sections()
|
| D | layout.cc | 1326 Output_section* data_section, in layout_reloc() argument 1341 name += data_section->name(); in layout_reloc() 1345 Output_section* os = data_section->reloc_section(); in layout_reloc() 1352 os->set_info_section(data_section); in layout_reloc() 1353 data_section->set_reloc_section(os); in layout_reloc() 6343 Output_section* data_section, 6353 Output_section* data_section, 6363 Output_section* data_section, 6373 Output_section* data_section,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | output.h | 524 extern GTY(()) section *data_section;
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| D | bfin.h | 1056 switch_to_section (data_section); \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | pdp11.cc | 746 switch_to_section (data_section); in pdp11_asm_output_var() 2326 bss_section = data_section; in pdp11_asm_init_sections()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| D | mmix.cc | 1333 switch_to_section (data_section); in mmix_file_end() 1513 switch_to_section (data_section); in mmix_asm_output_aligned_local()
|