Home
last modified time | relevance | path

Searched refs:ExceptionFlags (Results 1 – 4 of 4) sorted by relevance

/external/libunwind_llvm/src/
DUnwind-seh.cpp81 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()
/external/grpc-grpc/test/core/util/
Dtest_config.cc162 DWORD flgs = exrec->ExceptionFlags; in crash_handler()
/external/python/cpython3/Modules/
Dfaulthandler.c385 DWORD flags = exc_info->ExceptionRecord->ExceptionFlags; in faulthandler_exc_handler()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1029 ULONG32 ExceptionFlags; member