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]
/
libio
/
stdio.shared.s
blob
a28d4ef7ec1b78e8b1a03ca589d52b2e7c2b9628
1
.text
2
#APP
3
memmove
=
__GI_memmove
4
memset
=
__GI_memset
5
memcpy
=
__GI_memcpy
6
#NO_APP
7
.globl stderr
8
.section .data.rel,
"aw"
,@progbits
9
.align 8
10
.type stderr, @object
11
.size stderr, 8
12
stderr
:
13
.quad _IO_2_1_stderr_
14
.globl stdout
15
.align 8
16
.type stdout, @object
17
.size stdout, 8
18
stdout
:
19
.quad _IO_2_1_stdout_
20
.globl stdin
21
.align 8
22
.type stdin, @object
23
.size stdin, 8
24
stdin
:
25
.quad _IO_2_1_stdin_