Searched refs:ExceptionFlags (Results 1 – 4 of 4) sorted by relevance
81 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler()84 if (IS_TARGET_UNWIND(ms_exc->ExceptionFlags)) { in _GCC_specific_handler()104 if (!IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) { in _GCC_specific_handler()121 if (!IS_UNWINDING(ms_exc->ExceptionFlags)) { in _GCC_specific_handler()153 if (IS_UNWINDING(ms_exc->ExceptionFlags)) in _GCC_specific_handler()168 if (ours && !IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) in _GCC_specific_handler()171 if (!IS_UNWINDING(ms_exc->ExceptionFlags)) in _GCC_specific_handler()219 ms_exc.ExceptionFlags = 0; in __libunwind_seh_personality()392 ms_exc.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in _Unwind_Resume()
162 DWORD flgs = exrec->ExceptionFlags; in crash_handler()
385 DWORD flags = exc_info->ExceptionRecord->ExceptionFlags; in faulthandler_exc_handler()
1029 ULONG32 ExceptionFlags; member