xref: /third_party/musl/crt/mips/crti.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/crt/mips/
1570af302Sopenharmony_ci.set noreorder
2570af302Sopenharmony_ci
3570af302Sopenharmony_ci.section .init
4570af302Sopenharmony_ci.global _init
5570af302Sopenharmony_ci.type _init,@function
6570af302Sopenharmony_ci.align 2
7570af302Sopenharmony_ci_init:
8570af302Sopenharmony_ci	subu $sp,$sp,32
9570af302Sopenharmony_ci	sw $gp,24($sp)
10570af302Sopenharmony_ci	sw $ra,28($sp)
11570af302Sopenharmony_ci
12570af302Sopenharmony_ci.section .fini
13570af302Sopenharmony_ci.global _fini
14570af302Sopenharmony_ci.type _fini,@function
15570af302Sopenharmony_ci.align 2
16570af302Sopenharmony_ci_fini:
17570af302Sopenharmony_ci	subu $sp,$sp,32
18570af302Sopenharmony_ci	sw $gp,24($sp)
19570af302Sopenharmony_ci	sw $ra,28($sp)
20

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