repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move aio queue allocation from io thread to submitting thread
[musl.git]
/
crt
/
mipsn32
/
crti.s
blob
14fa28d99d74a15bf9b85bfd90ed53ae7dd4f451
1
.set noreorder
2
.section .init
3
.global _init
4
.type _init,@function
5
.align 2
6
_init
:
7
subu $sp
,
$sp
,
32
8
sd $gp
,
16
(
$sp
)
9
sd $ra
,
24
(
$sp
)
10
11
.section .fini
12
.global _fini
13
.type _fini,@function
14
.align 2
15
_fini
:
16
subu $sp
,
$sp
,
32
17
sd $gp
,
16
(
$sp
)
18
sd $ra
,
24
(
$sp
)