Home
last modified time | relevance | path

Searched refs:exception_pointers (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win.cpp275 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument
278 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
280 exception_pointers->ExceptionRecord->NumberParameters < 2) { in ShadowExceptionHandler()
287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc253 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument
256 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
263 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc255 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument
258 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
265 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()