Home
last modified time | relevance | path

Searched refs:EXCEPTION_RECORD (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cpp944 EXCEPTION_RECORD *exception_record = (EXCEPTION_RECORD *)siginfo; in InitPcSpBp()
958 EXCEPTION_RECORD *exception_record = (EXCEPTION_RECORD *)siginfo; in GetAddress()
965 return ((EXCEPTION_RECORD *)siginfo)->ExceptionCode == in IsMemoryAccess()
972 EXCEPTION_RECORD *exception_record = (EXCEPTION_RECORD *)siginfo; in GetWriteFlag()
998 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
/external/llvm/test/CodeGen/X86/
Dseh-safe-div.ll110 ; EXCEPTION_RECORD *ExceptionRecord;
114 ; The definition of EXCEPTION_RECORD is:
118 ; } EXCEPTION_RECORD;
Dseh-safe-div-win32.ll103 ; EXCEPTION_RECORD *ExceptionRecord;
107 ; The definition of EXCEPTION_RECORD is:
111 ; } EXCEPTION_RECORD;
/external/llvm-project/llvm/test/CodeGen/X86/
Dseh-safe-div.ll110 ; EXCEPTION_RECORD *ExceptionRecord;
114 ; The definition of EXCEPTION_RECORD is:
118 ; } EXCEPTION_RECORD;
Dseh-safe-div-win32.ll103 ; EXCEPTION_RECORD *ExceptionRecord;
107 ; The definition of EXCEPTION_RECORD is:
111 ; } EXCEPTION_RECORD;
/external/llvm-project/libunwind/include/
Dunwind.h378 typedef struct _EXCEPTION_RECORD EXCEPTION_RECORD; typedef
385 extern EXCEPTION_DISPOSITION _GCC_specific_handler(EXCEPTION_RECORD *exc,
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DExceptionRecord.h27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp54 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in __asan_unhandled_exception_filter()
90 INTERCEPTOR_WINAPI(void, RtlRaiseException, EXCEPTION_RECORD *ExceptionRecord) { in INTERCEPTOR_WINAPI()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc571 EXCEPTION_RECORD exception_record = {}; in HandleInvalidParameter()
651 EXCEPTION_RECORD exception_record = {}; in HandlePureVirtualCall()
743 EXCEPTION_RECORD exception_record = {}; in WriteMinidump()
784 EXCEPTION_RECORD ex; in WriteMinidumpForChild()
/external/llvm-project/libunwind/src/
DUnwind-seh.cpp205 EXCEPTION_RECORD ms_exc; in __libunwind_seh_personality()
375 EXCEPTION_RECORD ms_exc; in _Unwind_Resume()
/external/compiler-rt/lib/asan/
Dasan_win.cc271 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in SEHHandler()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc815 EXCEPTION_RECORD *exception_record = (EXCEPTION_RECORD *)siginfo; in Create()
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc92 EXCEPTION_RECORD ex_record = { in WriteDump()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c261 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException()
409 DWORD *pdw, EXCEPTION_RECORD *record) in HandleException()
791 EXCEPTION_RECORD record; in _call_function_pointer()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c281 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException()
434 DWORD *pdw, EXCEPTION_RECORD *record) in HandleException()
831 EXCEPTION_RECORD record; in _call_function_pointer()