1 .text 2selector: 3 movl foo@GOT(%eax), %eax 4 mov $bar, %ebx 5 ret 6 .type selector, %gnu_indirect_function 7 .globl bar 8bar: 9 jmp selector@PLT 10