• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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	hint #34
13	stp x29,x30,[sp,-16]!
14	mov x29,sp
15
16.section .fini
17.global _fini
18.type _fini,%function
19.ifndef __LITEOS__
20.balign 4
21.endif
22_fini:
23	hint #34
24	stp x29,x30,[sp,-16]!
25	mov x29,sp
26