repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
csu
/
crti.s
blob
39c2f14f979cc4b2554d7f1cd08e11d7790be737
1
.weak __gmon_start__
2
.section .init,
"ax"
,@progbits
3
.p2align 2
4
.globl _init
5
.hidden _init
6
.type _init, @function
7
_init
:
8
9
subq $
8
, %
rsp
10
movq __gmon_start__@GOTPCREL
(%
rip
), %
rax
11
testq
%
rax
, %
rax
12
je
.Lno_weak_fn
13
call
*%
rax
14
.Lno_weak_fn:
15
.section .fini,
"ax"
,@progbits
16
.p2align 2
17
.globl _fini
18
.hidden _fini
19
.type _fini, @function
20
_fini
:
21
22
subq $
8
, %
rsp