3 .type implementation1, @function
7 .size implementation1, .-implementation1
9 .type implementation2, @function
13 .size implementation2, .-implementation2
15 .type resolver2, @function
17 call __x86.get_pc_thunk.ax
18 addl $_GLOBAL_OFFSET_TABLE_, %eax
19 leal implementation2@GOTOFF(%eax), %eax
21 .size resolver2, .-resolver2
22 .type func2, @gnu_indirect_function
25 .type resolver1, @function
27 call __x86.get_pc_thunk.ax
28 addl $_GLOBAL_OFFSET_TABLE_, %eax
29 leal implementation1@GOTOFF(%eax), %eax
31 .size resolver1, .-resolver1
33 .type func1, @gnu_indirect_function
37 .type get_func2, @function
39 call __x86.get_pc_thunk.ax
40 addl $_GLOBAL_OFFSET_TABLE_, %eax
41 movl func2@GOT(%eax), %eax
43 .size get_func2, .-get_func2
46 .type call_func2, @function
49 call __x86.get_pc_thunk.bx
50 addl $_GLOBAL_OFFSET_TABLE_, %ebx
52 call *get_func2@GOT(%ebx)
53 cmpl func2@GOT(%ebx), %eax
61 .size call_func2, .-call_func2
62 .section .text.__x86.get_pc_thunk.ax,"axG",@progbits,__x86.get_pc_thunk.ax,comdat
63 .globl __x86.get_pc_thunk.ax
64 .hidden __x86.get_pc_thunk.ax
65 .type __x86.get_pc_thunk.ax, @function
66 __x86.get_pc_thunk.ax:
69 .section .text.__x86.get_pc_thunk.bx,"axG",@progbits,__x86.get_pc_thunk.bx,comdat
70 .globl __x86.get_pc_thunk.bx
71 .hidden __x86.get_pc_thunk.bx
72 .type __x86.get_pc_thunk.bx, @function
73 __x86.get_pc_thunk.bx:
76 .section .note.GNU-stack,"",@progbits