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
/
lstat64.s
blob
f789bb685bf3e1c751f7ee1568321333f57e31cf
1
.text
2
.p2align 4,,15
3
.globl __lstat64
4
.hidden __lstat64
5
.type __lstat64, @function
6
__lstat64
:
7
movq
%
rsi
, %
rdx
8
movl $
256
, %
ecx
9
movq
%
rdi
, %
rsi
10
movl $
-
100
, %
edi
11
jmp __fstatat64
12
.size __lstat64, .-__lstat64
13
.weak lstat
14
.set lstat,__lstat64
15
.globl __lstat
16
.set __lstat,__lstat64
17
.weak lstat64
18
.set lstat64,__lstat64
19
.hidden __fstatat64