1 .section .bss 2bar: 3 .text 4 .type start,"function" 5 .global start 6start: 7 .type _start,"function" 8 .global _start 9_start: 10 .type __start,"function" 11 .global __start 12__start: 13 .type main,"function" 14 .global main 15main: 16 .long 0 17