1 .text 2 .type foo, @function 3foo: 4 ret 5 .size foo, .-foo 6 .globl bar 7 .type bar, @function 8bar: 9 movl foo@GOT(%ecx), %eax 10 .size bar, .-bar 11