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