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
/
alphasort64.s
blob
d76a7dad1f094e591919b0c2422f84cea4781bcf
1
.text
2
.p2align 4,,15
3
.globl __alphasort64
4
.type __alphasort64, @function
5
__alphasort64
:
6
movq
(%
rsi
), %
rsi
7
movq
(%
rdi
), %
rdi
8
addq $
19
, %
rsi
9
addq $
19
, %
rdi
10
jmp strcoll
11
.size __alphasort64, .-__alphasort64
12
.weak alphasort
13
.set alphasort,__alphasort64
14
.weak alphasort64
15
.set alphasort64,__alphasort64
16
.hidden strcoll