Searched refs:ExceptionInformation (Results 1 – 17 of 17) sorted by relevance
77 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()92 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()94 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1]; in _GCC_specific_handler()95 action = (_Unwind_Action)ms_exc->ExceptionInformation[2]; in _GCC_specific_handler()116 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame) in _GCC_specific_handler()147 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame; in _GCC_specific_handler()178 ms_exc->ExceptionInformation[2] = disp->TargetIp; in _GCC_specific_handler()180 ms_exc->ExceptionInformation[2] = disp->TargetPc; in _GCC_specific_handler()[all …]
35 m_arguments.assign(record.ExceptionInformation, in ExceptionRecord()36 record.ExceptionInformation + record.NumberParameters); in ExceptionRecord()45 m_arguments(record.ExceptionInformation, in ExceptionRecord()46 record.ExceptionInformation + record.NumberParameters) { in ExceptionRecord()
178 EXPECT_EQ(0x22u, Exception.ExceptionInformation[0]); in TEST()179 EXPECT_EQ(0x24u, Exception.ExceptionInformation[1]); in TEST()277 EXPECT_EQ(0x0u, Exception.ExceptionInformation[0]); in TEST()279 EXPECT_EQ(0x110u - Index * 0x11, Exception.ExceptionInformation[Index]); in TEST()328 EXPECT_EQ(0x99u, Exception.ExceptionInformation[0]); in TEST()329 EXPECT_EQ(0x23u, Exception.ExceptionInformation[1]); in TEST()330 EXPECT_EQ(0x42u, Exception.ExceptionInformation[2]); in TEST()
583 exception_record.ExceptionInformation[0] = in HandleInvalidParameter()585 exception_record.ExceptionInformation[1] = in HandleInvalidParameter()587 exception_record.ExceptionInformation[2] = assertion.line; in HandleInvalidParameter()663 exception_record.ExceptionInformation[0] = in HandlePureVirtualCall()665 exception_record.ExceptionInformation[1] = in HandlePureVirtualCall()667 exception_record.ExceptionInformation[2] = assertion.line; in HandlePureVirtualCall()
233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
239 support::ulittle64_t ExceptionInformation[MaxParameters]; member
287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
826 uptr access_addr = exception_record->ExceptionInformation[1]; in Create()833 switch (exception_record->ExceptionInformation[0]) { in Create()
478 exception_ptrs->ExceptionRecord->ExceptionInformation[0]); in HandleOutOfMemoryException()
297 if (pr->ExceptionInformation[0] == 0) in SetException()300 pr->ExceptionInformation[1]); in SetException()304 pr->ExceptionInformation[1]); in SetException()
272 if (pr->ExceptionInformation[0] == 0) in SetException()275 pr->ExceptionInformation[1]); in SetException()279 pr->ExceptionInformation[1]); in SetException()
960 return exception_record->ExceptionInformation[1]; in GetAddress()982 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
766 Exception.ExceptionInformation[index]); in TEST()
391 support::ulittle64_t &Field = Exception.ExceptionInformation[Index]; in mapping()
1034 ULONG64 ExceptionInformation [EXCEPTION_MAXIMUM_PARAMETERS ]; member