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
/
fstat64.s
blob
a0926509e846c43672b8bc108206d8fd2e04f4fb
1
.text
2
.section .rodata.str1.1,
"aMS"
,@progbits,1
3
.LC0:
4
.string
""
5
.text
6
.p2align 4,,15
7
.globl __fstat64
8
.hidden __fstat64
9
.type __fstat64, @function
10
__fstat64
:
11
movq
%
rsi
, %
rdx
12
leaq
.LC0(%rip), %rsi
13
movl $
4096
, %
ecx
14
jmp __fstatat64
15
.size __fstat64, .-__fstat64
16
.weak fstat
17
.set fstat,__fstat64
18
.globl __fstat
19
.set __fstat,__fstat64
20
.weak fstat64
21
.set fstat64,__fstat64
22
.hidden __fstatat64