Sign in
cobalt
/
cobalt
/
308ed6b84664d59944cd65f4b4359c28a2443be6
/
.
/
src
/
third_party
/
musl
/
crt
/
mipsn32
/
crti.s
blob: 14fa28d99d74a15bf9b85bfd90ed53ae7dd4f451 [
file
] [
log
] [
blame
]
.set noreorder
.section .init
.global _init
.type _init
,@
function
.align
2
_init
:
subu
$
sp
,
$
sp
,
32
sd
$
gp
,
16
($
sp
)
sd
$
ra
,
24
($
sp
)
.section .fini
.global _fini
.type _fini
,@
function
.align
2
_fini
:
subu
$
sp
,
$
sp
,
32
sd
$
gp
,
16
($
sp
)
sd
$
ra
,
24
($
sp
)