Home
last modified time | relevance | path

Searched refs:__C_specific_handler (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp107 INTERCEPTOR_WINAPI(EXCEPTION_DISPOSITION, __C_specific_handler, in INTERCEPTOR_WINAPI() argument
110 CHECK(REAL(__C_specific_handler)); in INTERCEPTOR_WINAPI()
112 return REAL(__C_specific_handler)(a, b, c, d); in INTERCEPTOR_WINAPI()
187 ASAN_INTERCEPT_FUNC(__C_specific_handler); in InitializePlatformInterceptors()
H A Dasan_win_dll_thunk.cpp104 INTERCEPT_LIBRARY_FUNCTION(__C_specific_handler);