mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
11 lines
118 B
ArmAsm
11 lines
118 B
ArmAsm
|
.text
|
||
|
.type foo, @function
|
||
|
.global
|
||
|
foo:
|
||
|
movl xxx(%rip), %eax
|
||
|
ret
|
||
|
|
||
|
.data
|
||
|
xxx:
|
||
|
.quad ifunc
|