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
|