Searched refs:ASAN_INTERCEPT_FUNC (Results 1 – 3 of 3) sorted by relevance
146 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name)728 ASAN_INTERCEPT_FUNC(memcpy); in InitializeAsanInterceptors()729 ASAN_INTERCEPT_FUNC(memset); in InitializeAsanInterceptors()732 ASAN_INTERCEPT_FUNC(memmove); in InitializeAsanInterceptors()737 ASAN_INTERCEPT_FUNC(strcat); // NOLINT in InitializeAsanInterceptors()738 ASAN_INTERCEPT_FUNC(strcpy); // NOLINT in InitializeAsanInterceptors()739 ASAN_INTERCEPT_FUNC(wcslen); in InitializeAsanInterceptors()740 ASAN_INTERCEPT_FUNC(strncat); in InitializeAsanInterceptors()741 ASAN_INTERCEPT_FUNC(strncpy); in InitializeAsanInterceptors()742 ASAN_INTERCEPT_FUNC(strdup); in InitializeAsanInterceptors()[all …]
154 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()155 ASAN_INTERCEPT_FUNC(RaiseException); in InitializePlatformInterceptors()159 ASAN_INTERCEPT_FUNC(_except_handler3); in InitializePlatformInterceptors()160 ASAN_INTERCEPT_FUNC(_except_handler4); in InitializePlatformInterceptors()
94 #define ASAN_INTERCEPT_FUNC(name) \ in DECLARE_REAL() macro107 #define ASAN_INTERCEPT_FUNC(name)