11 lines
167 B
ArmAsm
11 lines
167 B
ArmAsm
|
.text
|
||
|
.type foo, @function
|
||
|
.global
|
||
|
foo:
|
||
|
movl ifunc@GOT(%ebx), %eax
|
||
|
ret
|
||
|
.type ifunc, @gnu_indirect_function
|
||
|
.globl ifunc
|
||
|
ifunc:
|
||
|
ret
|