Sign in
cobalt
/
cobalt
/
c73ce7d5dfce7ae20bcc30efc5f220e0fbac12b1
/
.
/
src
/
third_party
/
musl
/
crt
/
aarch64
/
crti.s
blob: 775df0ac044e28d67df01bdf3402e9305fe4af6a [
file
] [
log
] [
blame
]
.section .init
.global _init
.type _init
,
%
function
_init
:
stp x29
,
x30
,[
sp
,
-16
]!
mov x29
,
sp
.section .fini
.global _fini
.type _fini
,
%
function
_fini
:
stp x29
,
x30
,[
sp
,
-16
]!
mov x29
,
sp