6 lines
53 B
ArmAsm
6 lines
53 B
ArmAsm
|
.text
|
||
|
.globl x
|
||
|
.type x, @function
|
||
|
x:
|
||
|
jmp foo@PLT
|