Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-seh.c201 = (struct _Unwind_Exception *) ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
212 ms_disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
222 if (ms_exc->ExceptionInformation[1] == (_Unwind_Ptr) this_frame) in _GCC_specific_handler()
224 RtlUnwindEx (this_frame, (PVOID) ms_exc->ExceptionInformation[2], in _GCC_specific_handler()
273 ms_exc->ExceptionInformation[1] = (_Unwind_Ptr) this_frame; in _GCC_specific_handler()
274 ms_exc->ExceptionInformation[2] = gcc_context.ra; in _GCC_specific_handler()
275 ms_exc->ExceptionInformation[3] = gcc_context.reg[1]; in _GCC_specific_handler()
279 4, ms_exc->ExceptionInformation); in _GCC_specific_handler()
311 ms_exc->ExceptionInformation[1] = (_Unwind_Ptr) this_frame; in _GCC_specific_handler()
312 ms_exc->ExceptionInformation[2] = gcc_context.ra; in _GCC_specific_handler()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-seh.c201 = (struct _Unwind_Exception *) ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
212 ms_disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
222 if (ms_exc->ExceptionInformation[1] == (_Unwind_Ptr) this_frame) in _GCC_specific_handler()
224 RtlUnwindEx (this_frame, (PVOID) ms_exc->ExceptionInformation[2], in _GCC_specific_handler()
273 ms_exc->ExceptionInformation[1] = (_Unwind_Ptr) this_frame; in _GCC_specific_handler()
274 ms_exc->ExceptionInformation[2] = gcc_context.ra; in _GCC_specific_handler()
275 ms_exc->ExceptionInformation[3] = gcc_context.reg[1]; in _GCC_specific_handler()
279 4, ms_exc->ExceptionInformation); in _GCC_specific_handler()
311 ms_exc->ExceptionInformation[1] = (_Unwind_Ptr) this_frame; in _GCC_specific_handler()
312 ms_exc->ExceptionInformation[2] = gcc_context.ra; in _GCC_specific_handler()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc263 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidump.h239 support::ulittle64_t ExceptionInformation[MaxParameters]; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc265 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win.cpp287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cc923 return exception_record->ExceptionInformation[1]; in GetAddress()
936 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win.cc917 return exception_record->ExceptionInformation[1]; in GetAddress()
930 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cpp959 return exception_record->ExceptionInformation[1]; in GetAddress()
981 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp391 support::ulittle64_t &Field = Exception.ExceptionInformation[Index]; in mapping()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dwindows234 # WinDumpExceptionRecord ExceptionInformation[15]
235 #>>3872 ulequad x \b, ExceptionInformation[0] %#llx
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c738 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.d2274 ULONG_PTR[EXCEPTION_MAXIMUM_PARAMETERS] ExceptionInformation;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c65216 pWal->iSysErrno = (int)p->ExceptionRecord->ExceptionInformation[2];