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]
/
debug
/
wmemmove_chk.s
blob
f39d4469a8a5082776580350299feb65a351af98
1
.text
2
.p2align 4,,15
3
.globl __wmemmove_chk
4
.type __wmemmove_chk, @function
5
__wmemmove_chk
:
6
cmpq
%
rdx
, %
rcx
7
jb
.L7
8
salq $
2
, %
rdx
9
jmp memmove
10
.p2align 4,,10
11
.p2align 3
12
.L7:
13
subq $
8
, %
rsp
14
call __chk_fail
15
.size __wmemmove_chk, .-__wmemmove_chk
16
.hidden __chk_fail
17
.hidden memmove