5 lines
60 B
ArmAsm
5 lines
60 B
ArmAsm
.text
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
call bar@PLT
|