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

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