Home
last modified time | relevance | path

Searched refs:EXCEPTION_NONCONTINUABLE (Results 1 – 25 of 26) sorted by relevance

12

/reactos/sdk/lib/rtl/i386/
H A Dexcept.c156 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 Dexcept_asm.s353 mov dword ptr [ecx+EXCEPTION_RECORD_EXCEPTION_FLAGS], EXCEPTION_NONCONTINUABLE
/reactos/dll/win32/framedyn/
H A Dchstring.cpp293 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 Dpseh.c1629 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 Dstubs.h23 #define EXCEPTION_NONCONTINUABLE 0x01 macro
59 ExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; \
/reactos/sdk/lib/atl/
H A Datlexcept.h30 EXCEPTION_NONCONTINUABLE, 0, NULL in AtlThrowImp()
/reactos/sdk/lib/crt/stdlib/
H A D_invalid_parameter.c30 RaiseException( STATUS_INVALID_CRUNTIME_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, NULL ); in _invalid_parameter()
/reactos/dll/ntdll/dispatch/
H A Ddispatch.c46 NestedExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in KiUserExceptionDispatcher()
/reactos/modules/rostests/apitests/ntdll/
H A Dload_notifications.c59 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 Dgs_support.c145 GS_ExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in __report_gsfailure()
H A Dcrt_handler.c205 if ((exception_data->ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) == 0) in _gnu_exception_handler()
/reactos/dll/ntdll/dispatch/amd64/
H A Ddispatch.S218 mov dword ptr [rsp + ErExceptionFlags], EXCEPTION_NONCONTINUABLE
/reactos/dll/ntdll/dispatch/i386/
H A Ddispatch.S235 mov dword ptr [esp+EXCEPTION_RECORD_EXCEPTION_FLAGS], EXCEPTION_NONCONTINUABLE
/reactos/modules/rostests/apitests/kernel32/
H A DFLS.c56 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, NULL); in FlsCallback3()
/reactos/sdk/lib/rtl/
H A Dexception.c98 ExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in RtlRaiseStatus()
/reactos/sdk/include/ndk/i386/
H A Dasm.h395 #define EXCEPTION_NONCONTINUABLE 0x0001 macro
/reactos/ntoskrnl/ke/i386/
H A Dtraphdlr.c1593 EXCEPTION_NONCONTINUABLE, in KiRaiseSecurityCheckFailureHandler()
1607 ExceptionRecord.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in KiRaiseSecurityCheckFailureHandler()
/reactos/sdk/include/xdk/
H A Drtltypes.h154 #define EXCEPTION_NONCONTINUABLE 0x01 macro
/reactos/dll/win32/rpcrt4/
H A Dcstub.c45 if (eptr->ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) in stub_filter()
/reactos/dll/win32/kernel32/client/
H A Dexcept.c713 ExceptionRecord.ExceptionFlags = dwExceptionFlags & EXCEPTION_NONCONTINUABLE; in RaiseException()
/reactos/sdk/lib/crt/wine/
H A Dexcept_x86_64.c462 catch_record.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in find_catch_block()
/reactos/sdk/lib/rtl/amd64/
H A Dunwind.c796 if (ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE) in RtlpUnwindInternal()
/reactos/modules/rostests/apitests/shell32/
H A DShellExecCmdLine.cpp105 RaiseException(EXCEPTION_ACCESS_VIOLATION, EXCEPTION_NONCONTINUABLE, in ShellExecCmdLine()
/reactos/sdk/include/asm/
H A Dksx.template.h65 CONSTANT(EXCEPTION_NONCONTINUABLE),
/reactos/dll/win32/shell32/
H A Dshlexec.cpp2650 RaiseException(EXCEPTION_ACCESS_VIOLATION, EXCEPTION_NONCONTINUABLE, in ShellExecCmdLine()

12