Sign in
android
/
platform
/
external
/
musl
/
c34a8eedff904b7f3d8479bbec0be534e7a01fbb
/
.
/
crt
/
mips
/
crti.s
blob: 39dee38004d934f77fe97375d2277d840c8a3a90 [
file
] [
log
] [
blame
]
.set noreorder
.section .init
.global _init
.type _init
,@
function
.align
2
_init
:
subu
$
sp
,$
sp
,
32
sw
$
gp
,
24
($
sp
)
sw
$
ra
,
28
($
sp
)
.section .fini
.global _fini
.type _fini
,@
function
.align
2
_fini
:
subu
$
sp
,$
sp
,
32
sw
$
gp
,
24
($
sp
)
sw
$
ra
,
28
($
sp
)