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