Home
last modified time | relevance | path

Searched refs:__aeabi_memmove4 (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/arm/
Daeabi_memmove.S19 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_memmove4, __aeabi_memmove)
/external/aac/libSYS/src/linux/
DgenericStds_linux.cpp126 void __aeabi_memmove4(void *dest, void *src, int size) in __aeabi_memmove4() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4233 INTERCEPTOR(void *, __aeabi_memmove4, void *to, const void *from, uptr size) {
4269 COMMON_INTERCEPT_FUNCTION(__aeabi_memmove4); \