1 .text 2 .type foo,%gnu_indirect_function 3foo: 4 ret 5 .globl _start 6_start: 7 call foo@PLT 8 .globl __start 9__start: 10 .data 11 .dc.a foo 12