Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
9a39eb3469d732618f18b994a59455cfe7e987f7
/
.
/
libc
/
arch-riscv64
/
string
/
__memcpy_chk.S
blob: 4a2d13dee63047585f7f0e315bea06a0e5677b56 [
file
] [
log
] [
blame
]
caowencheng
9a39eb3
2023-03-20 16:24:41 +0800
[
diff
] [
blame^
]
1
#include <private/bionic_asm.h>
2
3
ENTRY
(
__memcpy_chk
)
4
bleu a2
,
a3
,
1
f
5
call __memcpy_chk_fail
6
7
1
:
8
tail memcpy
9
END
(
__memcpy_chk
)