Searched refs:__asan_memmove (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_interface_internal.h168 void* __asan_memmove(void* dest, const void* src, uptr n);
H A Dasan_win_dll_thunk.cc252 INTERFACE_FUNCTION(__asan_memmove); variable
H A Dasan_interceptors.cc386 void *__asan_memmove(void *to, const void *from, uptr size) { function
398 return __asan_memmove(to, from, size);
411 return __asan_memmove(to, from, size);

Completed in 142 milliseconds