Searched refs:ASAN_INTERCEPT_FUNC (Results 1 – 3 of 3) sorted by relevance
638 ASAN_INTERCEPT_FUNC(strcat); in InitializeAsanInterceptors()639 ASAN_INTERCEPT_FUNC(strcpy); in InitializeAsanInterceptors()640 ASAN_INTERCEPT_FUNC(strncat); in InitializeAsanInterceptors()642 ASAN_INTERCEPT_FUNC(strdup); in InitializeAsanInterceptors()647 ASAN_INTERCEPT_FUNC(index); in InitializeAsanInterceptors()650 ASAN_INTERCEPT_FUNC(atoi); in InitializeAsanInterceptors()651 ASAN_INTERCEPT_FUNC(atol); in InitializeAsanInterceptors()652 ASAN_INTERCEPT_FUNC(strtol); in InitializeAsanInterceptors()654 ASAN_INTERCEPT_FUNC(atoll); in InitializeAsanInterceptors()708 ASAN_INTERCEPT_FUNC(atexit); in InitializeAsanInterceptors()[all …]
169 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()170 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter); in InitializePlatformInterceptors()173 ASAN_INTERCEPT_FUNC(__C_specific_handler); in InitializePlatformInterceptors()175 ASAN_INTERCEPT_FUNC(_except_handler3); in InitializePlatformInterceptors()176 ASAN_INTERCEPT_FUNC(_except_handler4); in InitializePlatformInterceptors()
137 # define ASAN_INTERCEPT_FUNC(name) \ macro158 # define ASAN_INTERCEPT_FUNC(name)