Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-seh.cpp88 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
90 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
92 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
103 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
105 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1]; in _GCC_specific_handler()
106 action = (_Unwind_Action)ms_exc->ExceptionInformation[2]; in _GCC_specific_handler()
127 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame) in _GCC_specific_handler()
158 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
189 ms_exc->ExceptionInformation[2] = disp->TargetIp; in _GCC_specific_handler()
191 ms_exc->ExceptionInformation[2] = disp->TargetPc; in _GCC_specific_handler()
[all …]
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc580 exception_record.ExceptionInformation[0] = in HandleInvalidParameter()
582 exception_record.ExceptionInformation[1] = in HandleInvalidParameter()
584 exception_record.ExceptionInformation[2] = assertion.line; in HandleInvalidParameter()
660 exception_record.ExceptionInformation[0] = in HandlePureVirtualCall()
662 exception_record.ExceptionInformation[1] = in HandlePureVirtualCall()
664 exception_record.ExceptionInformation[2] = assertion.line; in HandlePureVirtualCall()
/external/compiler-rt/lib/asan/
Dasan_win.cc233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc826 uptr access_addr = exception_record->ExceptionInformation[1]; in Create()
833 switch (exception_record->ExceptionInformation[0]) { in Create()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c269 if (pr->ExceptionInformation[0] == 0) in SetException()
272 pr->ExceptionInformation[1]); in SetException()
276 pr->ExceptionInformation[1]); in SetException()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c272 if (pr->ExceptionInformation[0] == 0) in SetException()
275 pr->ExceptionInformation[1]); in SetException()
279 pr->ExceptionInformation[1]); in SetException()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1034 ULONG64 ExceptionInformation [EXCEPTION_MAXIMUM_PARAMETERS ]; member