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
spare archs without time32 legacy the cost of ioctl fallback conversions
[musl.git]
/
crt
/
aarch64
/
crti.s
blob
775df0ac044e28d67df01bdf3402e9305fe4af6a
1
.section .init
2
.global _init
3
.type _init,%function
4
_init
:
5
stp x29
,
x30
,[
sp
,-
16
]!
6
mov x29
,
sp
7
8
.section .fini
9
.global _fini
10
.type _fini,%function
11
_fini
:
12
stp x29
,
x30
,[
sp
,-
16
]!
13
mov x29
,
sp