Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp807 ASAN_INTERCEPT_FUNC(strcat);
808 ASAN_INTERCEPT_FUNC(strcpy);
809 ASAN_INTERCEPT_FUNC(strncat);
810 ASAN_INTERCEPT_FUNC(strncpy);
811 ASAN_INTERCEPT_FUNC(strdup);
813 ASAN_INTERCEPT_FUNC(__strdup);
816 ASAN_INTERCEPT_FUNC(index);
819 ASAN_INTERCEPT_FUNC(atoi);
820 ASAN_INTERCEPT_FUNC(atol);
821 ASAN_INTERCEPT_FUNC(atoll);
[all …]
H A Dasan_win.cpp189 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
190 ASAN_INTERCEPT_FUNC(ExitThread); in InitializePlatformInterceptors()
191 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter); in InitializePlatformInterceptors()
194 ASAN_INTERCEPT_FUNC(__C_specific_handler); in InitializePlatformInterceptors()
196 ASAN_INTERCEPT_FUNC(_except_handler3); in InitializePlatformInterceptors()
197 ASAN_INTERCEPT_FUNC(_except_handler4); in InitializePlatformInterceptors()
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_malloc_win.cpp500 ASAN_INTERCEPT_FUNC(HeapSize); in ReplaceSystemMalloc()
501 ASAN_INTERCEPT_FUNC(HeapFree); in ReplaceSystemMalloc()
502 ASAN_INTERCEPT_FUNC(HeapReAlloc); in ReplaceSystemMalloc()
503 ASAN_INTERCEPT_FUNC(HeapAlloc); in ReplaceSystemMalloc()