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