Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
musl
/
crt
/
arm
/
crti.s
blob: 18dc1e41972e500abca0057ec693d0b2f754ba98 [
file
] [
log
] [
blame
]
.syntax unified
.section .init
.global _init
.type _init
,
%
function
_init
:
push
{
r0
,
lr
}
.section .fini
.global _fini
.type _fini
,
%
function
_fini
:
push
{
r0
,
lr
}