Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc114 INTERCEPTOR(int, _except_handler3, void *a, void *b, void *c, void *d) { in INTERCEPTOR() argument
115 CHECK(REAL(_except_handler3)); in INTERCEPTOR()
117 return REAL(_except_handler3)(a, b, c, d); in INTERCEPTOR()
174 ASAN_INTERCEPT_FUNC(_except_handler3); in InitializePlatformInterceptors()
H A Dasan_win_dll_thunk.cc91 INTERCEPT_LIBRARY_FUNCTION(_except_handler3);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc116 INTERCEPTOR(int, _except_handler3, void *a, void *b, void *c, void *d) { in INTERCEPTOR() argument
117 CHECK(REAL(_except_handler3)); in INTERCEPTOR()
119 return REAL(_except_handler3)(a, b, c, d); in INTERCEPTOR()
176 ASAN_INTERCEPT_FUNC(_except_handler3); in InitializePlatformInterceptors()
H A Dasan_win_dll_thunk.cc94 INTERCEPT_LIBRARY_FUNCTION(_except_handler3);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win.cpp117 INTERCEPTOR(int, _except_handler3, void *a, void *b, void *c, void *d) { in INTERCEPTOR() argument
118 CHECK(REAL(_except_handler3)); in INTERCEPTOR()
120 return REAL(_except_handler3)(a, b, c, d); in INTERCEPTOR()
175 ASAN_INTERCEPT_FUNC(_except_handler3); in InitializePlatformInterceptors()
H A Dasan_win_dll_thunk.cpp93 INTERCEPT_LIBRARY_FUNCTION(_except_handler3);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst553 (``__CxxFrameHandler3``) and the SEH personalities (``_except_handler3``,