xref: /third_party/musl/crt/aarch64/crti.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/crt/aarch64/
1570af302Sopenharmony_ci.ifndef __LITEOS__
2570af302Sopenharmony_ci.include "crtbrand.s"
3570af302Sopenharmony_ci.endif
4570af302Sopenharmony_ci
5570af302Sopenharmony_ci.section .init
6570af302Sopenharmony_ci.global _init
7570af302Sopenharmony_ci.type _init,%function
8570af302Sopenharmony_ci.ifndef __LITEOS__
9570af302Sopenharmony_ci.balign 4
10570af302Sopenharmony_ci.endif
11570af302Sopenharmony_ci_init:
12570af302Sopenharmony_ci	stp x29,x30,[sp,-16]!
13570af302Sopenharmony_ci	mov x29,sp
14570af302Sopenharmony_ci
15570af302Sopenharmony_ci.section .fini
16570af302Sopenharmony_ci.global _fini
17570af302Sopenharmony_ci.type _fini,%function
18570af302Sopenharmony_ci.ifndef __LITEOS__
19570af302Sopenharmony_ci.balign 4
20570af302Sopenharmony_ci.endif
21570af302Sopenharmony_ci_fini:
22570af302Sopenharmony_ci	stp x29,x30,[sp,-16]!
23570af302Sopenharmony_ci	mov x29,sp
24

Indexes created Thu Nov 07 10:32:03 CST 2024