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

  /external/libunwind_llvm/src/
Unwind-seh.cpp 70 _GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx,
81 ms_exc->ExceptionCode, ms_exc->ExceptionFlags,
83 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) {
84 if (IS_TARGET_UNWIND(ms_exc->ExceptionFlags)) {
88 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3];
90 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3];
92 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3];
99 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) {
103 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]
216 EXCEPTION_RECORD ms_exc; local
385 EXCEPTION_RECORD ms_exc; local
    [all...]
  /external/libcxxabi/src/
cxa_personality.cpp     [all...]

Completed in 97 milliseconds