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
/
vscanf.shared.s
blob
fde4f8f75d454152b04b61ec0409547169af80f9
1
.text
2
#APP
3
memmove
=
__GI_memmove
4
memset
=
__GI_memset
5
memcpy
=
__GI_memcpy
6
#NO_APP
7
.p2align 4,,15
8
.globl _IO_vscanf
9
.type _IO_vscanf, @function
10
_IO_vscanf
:
11
movq stdin@GOTPCREL
(%
rip
), %
rax
12
movq
%
rsi
, %
rdx
13
movq
%
rdi
, %
rsi
14
xorl
%
ecx
, %
ecx
15
movq
(%
rax
), %
rdi
16
jmp __vfscanf_internal
17
.size _IO_vscanf, .-_IO_vscanf
18
.weak vscanf
19
.set vscanf,_IO_vscanf
20
.hidden __vfscanf_internal