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]
/
io
/
stat64.s
blob
da4f2159783bdde3406934f2820a321e0d512f3a
1
.text
2
.p2align 4,,15
3
.globl __stat64
4
.hidden __stat64
5
.type __stat64, @function
6
__stat64
:
7
movq
%
rsi
, %
rdx
8
xorl
%
ecx
, %
ecx
9
movq
%
rdi
, %
rsi
10
movl $
-
100
, %
edi
11
jmp __fstatat64
12
.size __stat64, .-__stat64
13
.weak stat
14
.set stat,__stat64
15
.globl __stat
16
.set __stat,__stat64
17
.weak stat64
18
.set stat64,__stat64
19
.hidden __fstatat64