Home
last modified time | relevance | path

Searched refs:ContextRecord (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/libunwind/src/
DUnwind-seh.cpp77 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
79 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
81 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
105 __unw_init_seh(&cursor, disp->ContextRecord); in _GCC_specific_handler()
217 disp_ctx->ContextRecord, in __libunwind_seh_personality()
DUnwindCursor.hpp64 PCONTEXT ContextRecord; member
542 _dispContext.ContextRecord, in stepWithSEHData()
573 _dispContext.ContextRecord = &_msContext; in UnwindCursor()
674 _dispContext.ContextRecord = &_msContext; in UnwindCursor()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_win.cpp55 CONTEXT *context = info->ContextRecord; in __asan_unhandled_exception_filter()
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DSignals.inc532 extern "C" VOID WINAPI RtlCaptureContext(PCONTEXT ContextRecord);
867 memcpy(&ContextCopy, ep->ContextRecord, sizeof(ContextCopy));