mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
12 lines
216 B
ArmAsm
12 lines
216 B
ArmAsm
|
.text
|
||
|
|
||
|
.type foo_resolver, @function
|
||
|
foo_resolver:
|
||
|
ret
|
||
|
.size foo_resolver, .-foo_resolver
|
||
|
|
||
|
# The ifunc `foo` is called by the ifunc-caller.
|
||
|
.globl foo
|
||
|
.type foo, %gnu_indirect_function
|
||
|
.set foo, foo_resolver
|