/reactos/sdk/lib/rtl/i386/ |
H A D | except.c | 156 if (ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) in RtlDispatchException() 162 ExceptionRecord2.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in RtlDispatchException() 208 ExceptionRecord2.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in RtlDispatchException() 308 ExceptionRecord2.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in RtlUnwind() 337 ExceptionRecord2.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in RtlUnwind() 373 ExceptionRecord2.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in RtlUnwind()
|
H A D | except_asm.s | 353 mov dword ptr [ecx+EXCEPTION_RECORD_EXCEPTION_FLAGS], EXCEPTION_NONCONTINUABLE
|
/reactos/dll/win32/framedyn/ |
H A D | chstring.cpp | 293 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocBuffer() 299 RaiseException(STATUS_INTEGER_OVERFLOW, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocBuffer() 330 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocCopy() 335 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocCopy() 340 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocCopy() 387 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AssignCopy() 450 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in ConcatInPlace() 456 RaiseException(STATUS_INTEGER_OVERFLOW, EXCEPTION_NONCONTINUABLE, 0, 0); in ConcatInPlace() 475 RaiseException(STATUS_INTEGER_OVERFLOW, EXCEPTION_NONCONTINUABLE, 0, 0); in ConcatInPlace() 498 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in ConcatCopy()
|
/reactos/modules/rostests/apitests/compiler/ |
H A D | pseh.c | 1629 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 0, NULL); in DEFINE_TEST() 1631 …T(verify_xpointers(_SEH2_GetExceptionInformation(), 0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 0, NULL,… in DEFINE_TEST() 1649 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 0, args); in DEFINE_TEST() 1669 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 1, args); in DEFINE_TEST() 1689 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 2, args); in DEFINE_TEST() 1709 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 3, args); in DEFINE_TEST() 1834 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 0, NULL); in DEFINE_TEST() 1862 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 0, args); in DEFINE_TEST() 1890 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 1, args); in DEFINE_TEST() 1918 RaiseException(0xE00DEAD0, EXCEPTION_NONCONTINUABLE, 2, args); in DEFINE_TEST() [all …]
|
/reactos/sdk/include/reactos/ |
H A D | stubs.h | 23 #define EXCEPTION_NONCONTINUABLE 0x01 macro 59 ExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; \
|
/reactos/sdk/lib/atl/ |
H A D | atlexcept.h | 30 EXCEPTION_NONCONTINUABLE, 0, NULL in AtlThrowImp()
|
/reactos/sdk/lib/crt/stdlib/ |
H A D | _invalid_parameter.c | 30 RaiseException( STATUS_INVALID_CRUNTIME_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, NULL ); in _invalid_parameter()
|
/reactos/dll/ntdll/dispatch/ |
H A D | dispatch.c | 46 NestedExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in KiUserExceptionDispatcher()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | load_notifications.c | 59 RaiseException(EXCEPTION_DATATYPE_MISALIGNMENT, EXCEPTION_NONCONTINUABLE, 0, NULL); in notify_TlsCallback() 82 RaiseException(EXCEPTION_DATATYPE_MISALIGNMENT, EXCEPTION_NONCONTINUABLE, 0, NULL); in notify_DllMain()
|
/reactos/sdk/lib/crt/startup/ |
H A D | gs_support.c | 145 GS_ExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in __report_gsfailure()
|
H A D | crt_handler.c | 205 if ((exception_data->ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) == 0) in _gnu_exception_handler()
|
/reactos/dll/ntdll/dispatch/amd64/ |
H A D | dispatch.S | 218 mov dword ptr [rsp + ErExceptionFlags], EXCEPTION_NONCONTINUABLE
|
/reactos/dll/ntdll/dispatch/i386/ |
H A D | dispatch.S | 235 mov dword ptr [esp+EXCEPTION_RECORD_EXCEPTION_FLAGS], EXCEPTION_NONCONTINUABLE
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | FLS.c | 56 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, NULL); in FlsCallback3()
|
/reactos/sdk/lib/rtl/ |
H A D | exception.c | 98 ExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in RtlRaiseStatus()
|
/reactos/sdk/include/ndk/i386/ |
H A D | asm.h | 395 #define EXCEPTION_NONCONTINUABLE 0x0001 macro
|
/reactos/ntoskrnl/ke/i386/ |
H A D | traphdlr.c | 1593 EXCEPTION_NONCONTINUABLE, in KiRaiseSecurityCheckFailureHandler() 1607 ExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in KiRaiseSecurityCheckFailureHandler()
|
/reactos/sdk/include/xdk/ |
H A D | rtltypes.h | 154 #define EXCEPTION_NONCONTINUABLE 0x01 macro
|
/reactos/dll/win32/rpcrt4/ |
H A D | cstub.c | 45 if (eptr->ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) in stub_filter()
|
/reactos/dll/win32/kernel32/client/ |
H A D | except.c | 713 ExceptionRecord.ExceptionFlags = dwExceptionFlags & EXCEPTION_NONCONTINUABLE; in RaiseException()
|
/reactos/sdk/lib/crt/wine/ |
H A D | except_x86_64.c | 462 catch_record.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in find_catch_block()
|
/reactos/sdk/lib/rtl/amd64/ |
H A D | unwind.c | 796 if (ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) in RtlpUnwindInternal()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | ShellExecCmdLine.cpp | 105 RaiseException(EXCEPTION_ACCESS_VIOLATION, EXCEPTION_NONCONTINUABLE, in ShellExecCmdLine()
|
/reactos/sdk/include/asm/ |
H A D | ksx.template.h | 65 CONSTANT(EXCEPTION_NONCONTINUABLE),
|
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 2650 RaiseException(EXCEPTION_ACCESS_VIOLATION, EXCEPTION_NONCONTINUABLE, in ShellExecCmdLine()
|