.file "pointer.c" .text .globl incrK .type incrK, @function incrK: .LFB18: .cfi_startproc pushl %ebp .cfi_def_cfa_offset 8 .cfi_offset 5, -8 movl %esp, %ebp .cfi_def_cfa_register 5 movl 8(%ebp), %eax movl 12(%ebp), %edx addl %edx, (%eax) popl %ebp .cfi_restore 5 .cfi_def_cfa 4, 4 ret .cfi_endproc .LFE18: .size incrK, .-incrK .globl add3 .type add3, @function add3: .LFB19: .cfi_startproc pushl %ebp .cfi_def_cfa_offset 8 .cfi_offset 5, -8 movl %esp, %ebp .cfi_def_cfa_register 5 subl $40, %esp movl 8(%ebp), %eax movl %eax, -12(%ebp) movl $3, 4(%esp) leal -12(%ebp), %eax movl %eax, (%esp) call incrk movl -12(%ebp), %eax leave .cfi_restore 5 .cfi_def_cfa 4, 4 ret .cfi_endproc .LFE19: .size add3, .-add3 .globl Add3 .type Add3, @function Add3: .LFB20: .cfi_startproc pushl %ebp .cfi_def_cfa_offset 8 .cfi_offset 5, -8 movl %esp, %ebp .cfi_def_cfa_register 5 movl 8(%ebp), %eax addl $3, %eax popl %ebp .cfi_restore 5 .cfi_def_cfa 4, 4 ret .cfi_endproc .LFE20: .size Add3, .-Add3 .globl add3_inline .type add3_inline, @function add3_inline: .LFB21: .cfi_startproc pushl %ebp .cfi_def_cfa_offset 8 .cfi_offset 5, -8 movl %esp, %ebp .cfi_def_cfa_register 5 movl 8(%ebp), %eax addl $3, %eax popl %ebp .cfi_restore 5 .cfi_def_cfa 4, 4 ret .cfi_endproc .LFE21: .size add3_inline, .-add3_inline .ident "GCC: (GNU) 4.8.1" .section .note.GNU-stack,"",@progbits