Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp103 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
105 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
107 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
118 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
120 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1]; in _GCC_specific_handler()
121 action = (_Unwind_Action)ms_exc->ExceptionInformation[2]; in _GCC_specific_handler()
142 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame) in _GCC_specific_handler()
173 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
205 ms_exc->ExceptionInformation[2] = disp->TargetIp; in _GCC_specific_handler()
207 ms_exc->ExceptionInformation[2] = disp->TargetPc; in _GCC_specific_handler()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h258 support::ulittle64_t ExceptionInformation[MaxParameters]; member
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp308 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp1027 return exception_record->ExceptionInformation[1]; in GetAddress()
1049 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp419 support::ulittle64_t &Field = Exception.ExceptionInformation[Index]; in mapping()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp283 exception_stream.ExceptionRecord.ExceptionInformation); in RefreshStateAfterStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp720 memcpy(&exp_record.ExceptionInformation, description.c_str(), in AddExceptions()
/freebsd/contrib/file/magic/Magdir/
H A Dwindows234 # WinDumpExceptionRecord ExceptionInformation[15]
235 #>>3872 ulequad x \b, ExceptionInformation[0] %#llx
/freebsd/contrib/sqlite3/
H A Dsqlite3.c66552 pWal->iSysErrno = (int)p->ExceptionRecord->ExceptionInformation[2];