5 movl foo@GOT(%eax), %eax
9 addl foo@GOT(%eax), %eax
16 .intel_syntax noprefix
18 mov eax, offset foo@got
19 mov eax, DWORD PTR [foo@GOT]
20 mov eax, DWORD PTR [eax + foo@GOT]
22 add eax, offset foo@got
23 add eax, DWORD PTR [foo@GOT]
24 add eax, DWORD PTR [eax + foo@GOT]
26 call DWORD PTR [eax + foo@GOT]
27 call DWORD PTR [foo@GOT]
28 jmp DWORD PTR [eax + foo@GOT]
29 jmp DWORD PTR [foo@GOT]