Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gdb-7/gdb/
HDgdb-stabs.h72 asection *data_section; member
89 #define DBX_DATA_SECTION(o) (DBX_SYMFILE_INFO(o)->data_section)
/dragonfly/contrib/binutils-2.34/gas/
HDas.c116 segT data_section; variable
1164 data_section = subseg_new (DATA_SECTION_NAME, 0); in perform_an_assembly_pass()
1172 bfd_set_section_flags (data_section, in perform_an_assembly_pass()
HDas.h233 extern segT text_section, data_section, bss_section;
HDwrite.c1730 seg_info (data_section)->frchainP->frch_root; in merge_data_into_text()
1732 seg_info (data_section)->frchainP->frch_last; in merge_data_into_text()
1733 seg_info (data_section)->frchainP = 0; in merge_data_into_text()
HDsymbols.c517 && (now_seg == data_section in colon()
522 if (now_seg != data_section) in colon()
HDexpr.c581 …ned_section || S_GET_SEGMENT (symbolP) == text_section || S_GET_SEGMENT (symbolP) == data_section); in integer_constant()
/dragonfly/contrib/binutils-2.27/gas/
HDas.c109 segT data_section; variable
1127 data_section = subseg_new (DATA_SECTION_NAME, 0); in perform_an_assembly_pass()
1135 bfd_set_section_flags (stdoutput, data_section, in perform_an_assembly_pass()
HDas.h234 extern segT text_section, data_section, bss_section;
HDwrite.c1657 seg_info (data_section)->frchainP->frch_root; in merge_data_into_text()
1659 seg_info (data_section)->frchainP->frch_last; in merge_data_into_text()
1660 seg_info (data_section)->frchainP = 0; in merge_data_into_text()
HDsymbols.c382 && (now_seg == data_section in colon()
387 if (now_seg != data_section) in colon()
HDexpr.c571 …ned_section || S_GET_SEGMENT (symbolP) == text_section || S_GET_SEGMENT (symbolP) == data_section); in integer_constant()
/dragonfly/contrib/binutils-2.27/gold/
HDobject.cc1839 Output_section* data_section = out_sections[data_shndx]; in do_layout() local
1840 if (data_section == reinterpret_cast<Output_section*>(2)) in do_layout()
1853 if (data_section == NULL) in do_layout()
1863 Output_section* os = layout->layout_reloc(this, i, shdr, data_section, in do_layout()
1978 Output_section* data_section = out_sections[data_shndx]; in do_layout_deferred_sections() local
1979 if (data_section == NULL) in do_layout_deferred_sections()
1990 data_section, rr); in do_layout_deferred_sections()
HDlayout.cc1288 Output_section* data_section, in layout_reloc() argument
1303 name += data_section->name(); in layout_reloc()
1309 || (data_section->flags() & elfcpp::SHF_GROUP) == 0) in layout_reloc()
1321 os->set_info_section(data_section); in layout_reloc()
5789 Output_section* data_section,
5799 Output_section* data_section,
5809 Output_section* data_section,
5819 Output_section* data_section,
HDlayout.h606 Output_section* data_section,
/dragonfly/contrib/gcc-8.0/gcc/
HDoutput.h504 extern GTY(()) section *data_section;
HDvarasm.c130 section *data_section; variable
6235 data_section = get_unnamed_section (SECTION_WRITE, output_section_asm_op, in init_varasm_once()
6575 return data_section; in default_select_section()
6724 return data_section; in default_elf_select_section()
6884 return data_section; in default_select_rtx_section()
HDdbxout.c3117 switch_to_section (data_section); in dbxout_symbol_location()
HDexcept.c2940 = s = flags == SECTION_WRITE ? data_section : readonly_data_section; in switch_to_exception_section()
/dragonfly/contrib/binutils-2.34/gold/
HDobject.cc1951 Output_section* data_section = out_sections[data_shndx]; in do_layout() local
1952 if (data_section == reinterpret_cast<Output_section*>(2)) in do_layout()
1966 if (data_section == NULL) in do_layout()
1976 Output_section* os = layout->layout_reloc(this, i, shdr, data_section, in do_layout()
2091 Output_section* data_section = out_sections[data_shndx]; in do_layout_deferred_sections() local
2092 if (data_section == NULL) in do_layout_deferred_sections()
2103 data_section, rr); in do_layout_deferred_sections()
HDlayout.cc1323 Output_section* data_section, in layout_reloc() argument
1338 name += data_section->name(); in layout_reloc()
1342 Output_section* os = data_section->reloc_section(); in layout_reloc()
1349 os->set_info_section(data_section); in layout_reloc()
1350 data_section->set_reloc_section(os); in layout_reloc()
6240 Output_section* data_section,
6250 Output_section* data_section,
6260 Output_section* data_section,
6270 Output_section* data_section,
HDlayout.h627 Output_section* data_section,
/dragonfly/contrib/gcc-4.7/gcc/
HDoutput.h573 extern GTY(()) section *data_section;
HDvarasm.c137 section *data_section; variable
6165 data_section = get_unnamed_section (SECTION_WRITE, output_section_asm_op, in init_varasm_once()
6475 return data_section; in default_select_section()
6606 return data_section; in default_elf_select_section()
6766 return data_section; in default_select_rtx_section()
HDdbxout.c3096 switch_to_section (data_section); in dbxout_symbol_location()
HDexcept.c2779 = s = flag_pic ? data_section : readonly_data_section; in switch_to_exception_section()

12