xref: /aosp_15_r20/external/musl/crt/aarch64/crti.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1.section .init
2.global _init
3.type _init,%function
4.align 2
5_init:
6	stp x29,x30,[sp,-16]!
7	mov x29,sp
8
9.section .fini
10.global _fini
11.type _fini,%function
12.align 2
13_fini:
14	stp x29,x30,[sp,-16]!
15	mov x29,sp
16