Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
refs/heads/master
/
.
/
crt
/
mips64
/
crti.s
blob: c962dd099bfe9f017055548f8cc278ab04f3678a [
file
] [
log
] [
blame
] [
edit
]
.set noreorder
.section .init
.global _init
.align
3
_init
:
dsubu
$
sp
,
$
sp
,
32
sd
$
gp
,
16
($
sp
)
sd
$
ra
,
24
($
sp
)
.section .fini
.global _fini
.align
3
_fini
:
dsubu
$
sp
,
$
sp
,
32
sd
$
gp
,
16
($
sp
)
sd
$
ra
,
24
($
sp
)