Home
last modified time | relevance | path

Searched refs:ASAN_INTERCEPT_FUNC (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp756 ASAN_INTERCEPT_FUNC(strcat); in InitializeAsanInterceptors()
757 ASAN_INTERCEPT_FUNC(strcpy); in InitializeAsanInterceptors()
758 ASAN_INTERCEPT_FUNC(strncat); in InitializeAsanInterceptors()
760 ASAN_INTERCEPT_FUNC(strdup); in InitializeAsanInterceptors()
765 ASAN_INTERCEPT_FUNC(index); in InitializeAsanInterceptors()
768 ASAN_INTERCEPT_FUNC(atoi); in InitializeAsanInterceptors()
769 ASAN_INTERCEPT_FUNC(atol); in InitializeAsanInterceptors()
770 ASAN_INTERCEPT_FUNC(atoll); in InitializeAsanInterceptors()
771 ASAN_INTERCEPT_FUNC(strtol); in InitializeAsanInterceptors()
838 ASAN_INTERCEPT_FUNC(atexit); in InitializeAsanInterceptors()
[all …]
H A Dasan_interceptors.h135 # define ASAN_INTERCEPT_FUNC(name) \ macro
156 # define ASAN_INTERCEPT_FUNC(name)
163 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name)
H A Dasan_win.cpp183 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
184 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter); in InitializePlatformInterceptors()
187 ASAN_INTERCEPT_FUNC(__C_specific_handler); in InitializePlatformInterceptors()
189 ASAN_INTERCEPT_FUNC(_except_handler3); in InitializePlatformInterceptors()
190 ASAN_INTERCEPT_FUNC(_except_handler4); in InitializePlatformInterceptors()
H A Dasan_malloc_win.cpp511 ASAN_INTERCEPT_FUNC(HeapSize); in ReplaceSystemMalloc()
512 ASAN_INTERCEPT_FUNC(HeapFree); in ReplaceSystemMalloc()
513 ASAN_INTERCEPT_FUNC(HeapReAlloc); in ReplaceSystemMalloc()
514 ASAN_INTERCEPT_FUNC(HeapAlloc); in ReplaceSystemMalloc()