Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-seh.cpp44 #define STATUS_GCC_THROW MAKE_GCC_EXCEPTION(0) // 0x20474343 macro
99 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler()
218 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality()
353 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException()
391 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()