.file "id.c" .section .inittext,"ax",@progbits .p2align 4,,15 .globl somefunc .type somefunc, @function somefunc: addl somevariable.1299, %eax movl %eax, somevariable.1299 ret .size somefunc, .-somefunc .section .initdata,"aw",@progbits .align 4 .type somevariable.1299, @object .size somevariable.1299, 4 somevariable.1299: .zero 4 .ident "GCC: (GNU) 4.2.0 20051201 (experimental)" .section .note.GNU-stack,"",@progbits