1 .file "getcallerpc-Linux-386.S" 2 .type getcallerpc,@function 3 .global getcallerpc 4getcallerpc: 5 movl 4(%esp), %eax 6 movl -4(%eax), %eax 7 ret 8