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]
/
dirent
/
scandir64.s
blob
bcec98f475a6c8d07d39a71c4b08f61b93a547db
1
.text
2
.p2align 4,,15
3
.globl __scandir64
4
.type __scandir64, @function
5
__scandir64
:
6
pushq
%
r12
7
pushq
%
rbp
8
movq
%
rcx
, %
r12
9
pushq
%
rbx
10
movq
%
rdx
, %
rbp
11
movq
%
rsi
, %
rbx
12
call __opendir
13
movq
%
r12
, %
rcx
14
movq
%
rbp
, %
rdx
15
movq
%
rbx
, %
rsi
16
popq
%
rbx
17
popq
%
rbp
18
popq
%
r12
19
movq
%
rax
, %
rdi
20
jmp __scandir64_tail
21
.size __scandir64, .-__scandir64
22
.weak scandir
23
.set scandir,__scandir64
24
.weak scandir64
25
.set scandir64,__scandir64
26
.hidden __scandir64_tail
27
.hidden __opendir