11 lines
171 B
ArmAsm
Raw Normal View History

2012-01-05 23:13:27 +01:00
.text
.type foo, @function
2013-04-03 21:39:13 +02:00
.global foo
2012-01-05 23:13:27 +01:00
foo:
movl ifunc@GOT(%ebx), %eax
ret
.type ifunc, @gnu_indirect_function
.globl ifunc
ifunc:
ret