• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.ifndef __LITEOS__
2.include "crtbrand.s"
3.endif
4
5.syntax unified
6
7.section .init
8.global _init
9.type _init,%function
10.ifndef __LITEOS__
11.balign 4
12.endif
13_init:
14	push {r0,lr}
15
16.section .fini
17.global _fini
18.type _fini,%function
19.ifndef __LITEOS__
20.balign 4
21.endif
22_fini:
23	push {r0,lr}
24