Searched refs:ExceptionCode (Results 1 – 11 of 11) sorted by relevance
81 …_LIBUNWIND_TRACE_UNWINDING("_GCC_specific_handler(%#010x(%x), %p)", ms_exc->ExceptionCode, ms_exc-… in _GCC_specific_handler()82 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler()98 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler()183 ms_exc->ExceptionCode = STATUS_GCC_UNWIND; in _GCC_specific_handler()212 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality()385 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()95 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI()258 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
1029 UINT16 ExceptionCode; in GetModifiedLevel() local1032 ExceptionCode = AeBuildFullExceptionCode (Level, MessageId); in GetModifiedLevel()1036 if (ExceptionCode == AslGbl_ElevatedMessages[i]) in GetModifiedLevel()
34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
219 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
1071 DWORD code = current_event.u.Exception.ExceptionRecord.ExceptionCode; in handle_exception()1160 current_event.u.Exception.ExceptionRecord.ExceptionCode, in handle_exception()1969 current_event.u.Exception.ExceptionRecord.ExceptionCode = in child_resume()
1286 switch (current_event.u.Exception.ExceptionRecord.ExceptionCode) in handle_exception()1326 current_event.u.Exception.ExceptionRecord.ExceptionCode, in handle_exception()
223 exception_string(exception->ExceptionCode)); in write_process_info()
946 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
838 _exit(ep->ExceptionRecord->ExceptionCode);