Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp85 _GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx, in _GCC_specific_handler() argument
96 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler()
98 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler()
99 if (IS_TARGET_UNWIND(ms_exc->ExceptionFlags)) { in _GCC_specific_handler()
103 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
105 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
107 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
114 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler()
118 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
119 if (!IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) { in _GCC_specific_handler()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c267 __gcc_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame, in __gcc_personality_seh0() argument
269 return _GCC_specific_handler(ms_exc, this_frame, ms_orig_context, ms_disp, in __gcc_personality_seh0()