Home
last modified time | relevance | path

Searched refs:ExceptionRecord (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win.cpp54 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in __asan_unhandled_exception_filter()
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()
90 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI() argument
94 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI()
96 REAL(RtlRaiseException)(ExceptionRecord); in INTERCEPTOR_WINAPI()
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.cc53 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in __asan_unhandled_exception_filter()
67 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()
89 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI() argument
93 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI()
95 REAL(RtlRaiseException)(ExceptionRecord); in INTERCEPTOR_WINAPI()
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.cc55 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in __asan_unhandled_exception_filter()
69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()
91 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI() argument
95 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI()
97 REAL(RtlRaiseException)(ExceptionRecord); in INTERCEPTOR_WINAPI()
258 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
265 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp511 << Exception.ExceptionRecord.ExceptionAddress in main()
514 Exception.ExceptionRecord.ExceptionCode) in main()
515 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main()
522 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
525 Exception.ExceptionRecord.ExceptionCode) in main()
526 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp210 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
269 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidump.h235 support::ulittle64_t ExceptionRecord; member
246 Exception ExceptionRecord; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilWindows.cpp34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dnocrash.m490 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp376 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord); in streamMapping()
384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0); in mapping()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c736 if (pep != NULL && pep->ExceptionRecord != NULL && in fs__filemap_ex_filter()
737 pep->ExceptionRecord->NumberParameters >= 3) { in fs__filemap_ex_filter()
738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d2271 EXCEPTION_RECORD* ExceptionRecord;
2279 PEXCEPTION_RECORD ExceptionRecord;
H A Dwinbase.d1059 EXCEPTION_RECORD ExceptionRecord;
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dwindows226 # WinDumpExceptionRecord ExceptionRecord
227 #>>3848 ulequad x \b, ExceptionRecord %#llx
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c65210 if( p && p->ExceptionRecord && p->ExceptionRecord->NumberParameters>=3 ){
65216 pWal->iSysErrno = (int)p->ExceptionRecord->ExceptionInformation[2];