11 lines
122 B
ArmAsm
11 lines
122 B
ArmAsm
|
.text
|
||
|
.type foo, @function
|
||
|
.global foo
|
||
|
foo:
|
||
|
movl xxx(%rip), %eax
|
||
|
ret
|
||
|
|
||
|
.data
|
||
|
xxx:
|
||
|
.quad ifunc
|