Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc106 INTERCEPTOR_WINAPI(int, __C_specific_handler, void *a, void *b, void *c, void *d) { // NOLINT in INTERCEPTOR_WINAPI() argument
107 CHECK(REAL(__C_specific_handler)); in INTERCEPTOR_WINAPI()
109 return REAL(__C_specific_handler)(a, b, c, d); in INTERCEPTOR_WINAPI()
172 ASAN_INTERCEPT_FUNC(__C_specific_handler); in InitializePlatformInterceptors()
H A Dasan_win_dll_thunk.cc89 INTERCEPT_LIBRARY_FUNCTION(__C_specific_handler);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc108 INTERCEPTOR_WINAPI(int, __C_specific_handler, void *a, void *b, void *c, void *d) { // NOLINT in INTERCEPTOR_WINAPI() argument
109 CHECK(REAL(__C_specific_handler)); in INTERCEPTOR_WINAPI()
111 return REAL(__C_specific_handler)(a, b, c, d); in INTERCEPTOR_WINAPI()
174 ASAN_INTERCEPT_FUNC(__C_specific_handler); in InitializePlatformInterceptors()
H A Dasan_win_dll_thunk.cc92 INTERCEPT_LIBRARY_FUNCTION(__C_specific_handler);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
173 ASAN_INTERCEPT_FUNC(__C_specific_handler); in InitializePlatformInterceptors()
H A Dasan_win_dll_thunk.cpp91 INTERCEPT_LIBRARY_FUNCTION(__C_specific_handler);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst554 ``_except_handler4``, and ``__C_specific_handler``). All of them implement