Searched refs:ExceptionCode (Results 1 – 12 of 12) sorted by relevance
70 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler()72 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler()88 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler()176 ms_exc->ExceptionCode = STATUS_GCC_UNWIND; in _GCC_specific_handler()207 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality()381 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()94 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI()278 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
211 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()270 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()291 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
976 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in GetAddress()982 return ((EXCEPTION_RECORD *)siginfo)->ExceptionCode == in IsMemoryAccess()992 if (exception_record->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) in GetWriteFlag()1015 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
1060 UINT16 ExceptionCode; in GetModifiedLevel() local1063 ExceptionCode = AeBuildFullExceptionCode (Level, MessageId); in GetModifiedLevel()1067 if (ExceptionCode == AslGbl_ElevatedMessages[i]) in GetModifiedLevel()
320 if (m_active_exception->ExceptionRecord.ExceptionCode == in RefreshStateAfterStop()342 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode; in RefreshStateAfterStop()353 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()361 m_active_exception->ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
233 support::ulittle32_t ExceptionCode; member
220 exception_string(exception->ExceptionCode)); in write_process_info()
382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
10666 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()