1 .globl _mainCRTStartup 2 .globl _start 3 .text 4_mainCRTStartup: 5mainCRTStartup: 6_start: 7start: 8 .long -1 9 10 .cfi_sections .debug_frame 11 .section .text$abc,"x" 12 .linkonce discard 13 .align 2 14 .globl _tst 15 .def _tst; .scl 2; .type 32; .endef 16_tst: 17 .cfi_startproc 18 .long 0 19 .cfi_def_cfa_offset 16 20 .cfi_offset 6, -16 21 .long 1 22 .cfi_def_cfa 7, 8 23 .cfi_restore 6 24 .long 2 25 .cfi_endproc 26 27