1.include "crtbrand.s"
2
3.section .init
4.global _init
5.type _init,%function
6.balign 4
7_init:
8 stp x29,x30,[sp,-16]!
9 mov x29,sp
10
11.section .fini
12.global _fini
13.type _fini,%function
14.balign 4
15_fini:
16 stp x29,x30,[sp,-16]!
17 mov x29,sp
18