HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionInformation (Results 1 - 7 of 7) sorted by null

  /external/libunwind_llvm/src/
Unwind-seh.cpp 88 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3];
90 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3];
92 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3];
103 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0];
105 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1];
106 action = (_Unwind_Action)ms_exc->ExceptionInformation[2];
127 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame)
158 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame;
189 ms_exc->ExceptionInformation[2] = disp->TargetIp;
191 ms_exc->ExceptionInformation[2] = disp->TargetPc
    [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 580 exception_record.ExceptionInformation[0] =
582 exception_record.ExceptionInformation[1] =
584 exception_record.ExceptionInformation[2] = assertion.line;
660 exception_record.ExceptionInformation[0] =
662 exception_record.ExceptionInformation[1] =
664 exception_record.ExceptionInformation[2] = assertion.line;
    [all...]
  /external/compiler-rt/lib/asan/
asan_win.cc 233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 826 uptr access_addr = exception_record->ExceptionInformation[1];
833 switch (exception_record->ExceptionInformation[0]) {
  /external/python/cpython2/Modules/_ctypes/
callproc.c 272 if (pr->ExceptionInformation[0] == 0)
275 pr->ExceptionInformation[1]);
279 pr->ExceptionInformation[1]);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 269 if (pr->ExceptionInformation[0] == 0)
272 pr->ExceptionInformation[1]);
276 pr->ExceptionInformation[1]);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]

Completed in 286 milliseconds