.file "example.c" .globl GLOBAL .data .align 4 .type GLOBAL, @object .size GLOBAL, 4 GLOBAL: .long 42 .comm ZEROGLOBAL,4,4 .text .globl FUNC .type FUNC, @function FUNC: .LFB0: .cfi_startproc pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 movl $1, %eax leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size FUNC, .-FUNC .type FUNC2, @function FUNC2: .LFB1: .cfi_startproc pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 movl $2, %eax leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size FUNC2, .-FUNC2 .globl main .type main, @function main: .LFB2: .cfi_startproc pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size main, .-main .ident "GCC: (GNU) 4.4.7 20120313 (Red Hat 4.4.7-4)" .section .note.GNU-stack,"",@progbits