.text .global foo .type foo, %function foo: bx lr; .global _start .type _start, %function _start: bl foo bx lr .size _start, .-_start