Home
last modified time | relevance | path

Searched refs:ExceptionInformation (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/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()
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 …]
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DExceptionRecord.h35 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()
/external/llvm-project/llvm/unittests/ObjectYAML/
DMinidumpYAMLTest.cpp178 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()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc583 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()
/external/compiler-rt/lib/asan/
Dasan_win.cc233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h239 support::ulittle64_t ExceptionInformation[MaxParameters]; member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMinidump.h239 support::ulittle64_t ExceptionInformation[MaxParameters]; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc826 uptr access_addr = exception_record->ExceptionInformation[1]; in Create()
833 switch (exception_record->ExceptionInformation[0]) { in Create()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
/external/libchrome/base/process/
Dmemory_unittest.cc478 exception_ptrs->ExceptionRecord->ExceptionInformation[0]); in HandleOutOfMemoryException()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c272 if (pr->ExceptionInformation[0] == 0) in SetException()
275 pr->ExceptionInformation[1]); in SetException()
279 pr->ExceptionInformation[1]); in SetException()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c297 if (pr->ExceptionInformation[0] == 0) in SetException()
300 pr->ExceptionInformation[1]); in SetException()
304 pr->ExceptionInformation[1]); in SetException()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cpp960 return exception_record->ExceptionInformation[1]; in GetAddress()
982 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
/external/llvm-project/llvm/unittests/Object/
DMinidumpTest.cpp766 Exception.ExceptionInformation[index]); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp391 support::ulittle64_t &Field = Exception.ExceptionInformation[Index]; in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp391 support::ulittle64_t &Field = Exception.ExceptionInformation[Index]; in mapping()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1034 ULONG64 ExceptionInformation [EXCEPTION_MAXIMUM_PARAMETERS ]; member