1/* SPDX-License-Identifier: Apache-2.0 */ 2 3 /* following sections are obtained via 'ld --verbose' */ 4 5 /* Stabs debugging sections. */ 6 SECTION_PROLOGUE(.stab, 0,) { *(.stab) } 7 SECTION_PROLOGUE(.stabstr, 0,) { *(.stabstr) } 8 SECTION_PROLOGUE(.stab.excl, 0,) { *(.stab.excl) } 9 SECTION_PROLOGUE(.stab.exclstr, 0,) { *(.stab.exclstr) } 10 SECTION_PROLOGUE(.stab.index, 0,) { *(.stab.index) } 11 SECTION_PROLOGUE(.stab.indexstr, 0,) { *(.stab.indexstr) } 12 SECTION_PROLOGUE(.gnu.build.attributes, 0,) { *(.gnu.build.attributes .gnu.build.attributes.*) } 13 SECTION_PROLOGUE(.comment, 0,) { *(.comment) } 14 /* DWARF debug sections. 15 Symbols in the DWARF debugging sections are relative to the beginning 16 of the section so we begin them at 0. */ 17 /* DWARF 1 */ 18 SECTION_PROLOGUE(.debug, 0,) { *(.debug) } 19 SECTION_PROLOGUE(.line, 0,) { *(.line) } 20 /* GNU DWARF 1 extensions */ 21 SECTION_PROLOGUE(.debug_srcinfo, 0,) { *(.debug_srcinfo) } 22 SECTION_PROLOGUE(.debug_sfnames, 0,) { *(.debug_sfnames) } 23 /* DWARF 1.1 and DWARF 2 */ 24 SECTION_PROLOGUE(.debug_aranges, 0,) { *(.debug_aranges) } 25 SECTION_PROLOGUE(.debug_pubnames, 0,) { *(.debug_pubnames) } 26 /* DWARF 2 */ 27 SECTION_PROLOGUE(.debug_info, 0,) { *(.debug_info .gnu.linkonce.wi.*) } 28 SECTION_PROLOGUE(.debug_abbrev, 0,) { *(.debug_abbrev) } 29 SECTION_PROLOGUE(.debug_line, 0,) { *(.debug_line .debug_line.* .debug_line_end ) } 30 SECTION_PROLOGUE(.debug_frame, 0,) { *(.debug_frame) } 31 SECTION_PROLOGUE(.debug_str, 0,) { *(.debug_str) } 32 SECTION_PROLOGUE(.debug_loc, 0,) { *(.debug_loc) } 33 SECTION_PROLOGUE(.debug_macinfo, 0,) { *(.debug_macinfo) } 34 /* SGI/MIPS DWARF 2 extensions */ 35 SECTION_PROLOGUE(.debug_weaknames, 0,) { *(.debug_weaknames) } 36 SECTION_PROLOGUE(.debug_funcnames, 0,) { *(.debug_funcnames) } 37 SECTION_PROLOGUE(.debug_typenames, 0,) { *(.debug_typenames) } 38 SECTION_PROLOGUE(.debug_varnames, 0,) { *(.debug_varnames) } 39 /* DWARF 3 */ 40 SECTION_PROLOGUE(.debug_pubtypes, 0,) { *(.debug_pubtypes) } 41 SECTION_PROLOGUE(.debug_ranges, 0,) { *(.debug_ranges) } 42 /* DWARF Extension. */ 43 SECTION_PROLOGUE(.debug_macro, 0,) { *(.debug_macro) } 44