1 .section .foo,"ax",%progbits 2 .globl _start 3 .type _start, %function 4_start: 5 .byte 0x10 6 .section .bar,"ax",%progbits 7 .globl aligned 8 .type aligned, %function 9 .p2align 5 10aligned: 11 .byte 0x20 12