7 lines
86 B
ArmAsm
7 lines
86 B
ArmAsm
.text
|
|
.globl xxx
|
|
.type xxx, @function
|
|
xxx:
|
|
jmp foo
|
|
.size xxx, .-xxx
|
|
.hidden foo
|