Sign in
cobalt
/
cobalt
/
d091d43cec3c83208e5995c85db1fd212391cc45
/
.
/
src
/
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
}