Searched refs:__aeabi_memclr (Results 1 – 4 of 4) sorted by relevance
27 DEFINE_COMPILERRT_FUNCTION(__aeabi_memclr)31 END_COMPILERRT_FUNCTION(__aeabi_memclr)33 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_memclr4, __aeabi_memclr)34 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_memclr8, __aeabi_memclr)
2474 void *__aeabi_memclr(void *dest, SizeT n);2475 void *__aeabi_memclr(void *dest, SizeT n) in __aeabi_memclr() function
43 ; CHECK-EABI: bl __aeabi_memclr
4788 INTERCEPTOR(void *, __aeabi_memclr, void *block, uptr size) {4807 COMMON_INTERCEPT_FUNCTION(__aeabi_memclr); \