Searched refs:ms_exc (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/cxx/unwind/
H A DUnwind-seh.cpp71 _GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx, argument
82 ms_exc->ExceptionCode, ms_exc->ExceptionFlags,
84 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) {
85 if (IS_TARGET_UNWIND(ms_exc->ExceptionFlags)) {
89 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3];
91 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3];
93 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3];
100 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) {
104 exc = (_Unwind_Exception *)ms_exc
217 EXCEPTION_RECORD ms_exc; local
387 EXCEPTION_RECORD ms_exc; local
[all...]
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp1041 __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame, argument
1044 return _GCC_specific_handler(ms_exc, this_frame, ms_orig_context, ms_disp,

Completed in 38 milliseconds