Home
last modified time | relevance | path

Searched refs:asan_memcpy_unchecked (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/kernel/
A Dasan.h29 void *asan_memcpy_unchecked(void *__restrict s1, const void *__restrict s2,
50 static inline void *asan_memcpy_unchecked(void *__restrict s1, in asan_memcpy_unchecked() function
/optee_os/core/kernel/
A Dasan.c149 void *asan_memcpy_unchecked(void *__restrict dst, const void *__restrict src, in asan_memcpy_unchecked() function
/optee_os/core/arch/arm/kernel/
A Dboot.c434 asan_memcpy_unchecked(hashes, tmp_hashes, hash_size); in init_runtime()
459 asan_memcpy_unchecked(paged_store, __init_start, init_size); in init_runtime()
/optee_os/lib/libutils/isoc/
A Dbget_malloc.c115 return asan_memcpy_unchecked(dst, src, n); in memcpy_unchecked()
/optee_os/out/arm/core/
A Dtee.dmp112867 asan_memcpy_unchecked():
112873 asan_memcpy_unchecked():

Completed in 145 milliseconds