Searched refs:ASAN_INTERCEPT_FUNC (Results 1 – 4 of 4) sorted by relevance
756 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 …]
135 # define ASAN_INTERCEPT_FUNC(name) \ macro156 # define ASAN_INTERCEPT_FUNC(name)163 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name)
183 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()
511 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()