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