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]
/
nptl
/
pt-crti.s
blob
b9b5c1081dc654c3570316438362fcbb63c17207
1
.hidden __pthread_initialize_minimal_internal
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
call __pthread_initialize_minimal_internal
11
.section .fini,
"ax"
,@progbits
12
.p2align 2
13
.globl _fini
14
.hidden _fini
15
.type _fini, @function
16
_fini
:
17
18
subq $
8
, %
rsp