1 .text 2 .type foo, @function 3foo: 4 ret 5 .globl _start 6 .type _start, @function 7_start: 8 call *foo@GOT 9