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