Searched refs:ContextRecord (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-seh.cpp | 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() 131 __unw_init_seh(&cursor, disp->ContextRecord); in _GCC_specific_handler() 177 RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, disp->ContextRecord, in _GCC_specific_handler() 244 memcpy(&nonvol.GpNvRegs, &disp_ctx->ContextRecord->X19, in __libunwind_seh_personality() 247 nonvol.FpNvRegs[i] = disp_ctx->ContextRecord->V[i + 8].D[0]; in __libunwind_seh_personality() 251 memcpy(&nonvol.GpNvRegs, &disp_ctx->ContextRecord->R4, in __libunwind_seh_personality() 253 memcpy(&nonvol.FpNvRegs, &disp_ctx->ContextRecord->D[8], in __libunwind_seh_personality() 261 (void *)disp_ctx->ContextRecord, (void *)disp_ctx); in __libunwind_seh_personality() [all …]
|
| H A D | UnwindCursor.hpp | 73 PCONTEXT ContextRecord; member 573 _dispContext.ContextRecord, in stepWithSEHData() 605 _dispContext.ContextRecord = &_msContext; in UnwindCursor() 708 _dispContext.ContextRecord = &_msContext; in UnwindCursor()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_win.cpp | 55 CONTEXT *context = info->ContextRecord; in __asan_unhandled_exception_filter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 818 memcpy(&ContextCopy, ep->ContextRecord, sizeof(ContextCopy));
|