/reactos/sdk/include/vcruntime/ |
H A D | excpt.h | 30 struct _EXCEPTION_RECORD; 36 _In_ struct _EXCEPTION_RECORD *_ExceptionRecord, 44 struct _EXCEPTION_RECORD; 53 _In_ struct _EXCEPTION_RECORD *_ExceptionRecord, 62 struct _EXCEPTION_RECORD; 70 _In_ struct _EXCEPTION_RECORD *_ExceptionRecord, 117 …typedef EXCEPTION_DISPOSITION (*PEXCEPTION_HANDLER)(struct _EXCEPTION_RECORD*, void*, struct _CONT… 126 EXCEPTION_DISPOSITION (*handler)(struct _EXCEPTION_RECORD*, void*, struct _CONTEXT*, void*);
|
/reactos/sdk/lib/pseh/i386/ |
H A D | framebased-gcchack.c | 42 extern int __cdecl __SEH2FrameHandler(struct _EXCEPTION_RECORD *, void *, struct _CONTEXT *, void *… 43 extern int __cdecl __SEH2UnwindHandler(struct _EXCEPTION_RECORD *, void *, struct _CONTEXT *, void … 179 struct _EXCEPTION_RECORD * ExceptionRecord, in _SEH2UnwindHandler() 240 struct _EXCEPTION_RECORD * ExceptionRecord, in _SEH2FrameHandler()
|
H A D | pseh3.c | 264 struct _EXCEPTION_RECORD * ExceptionRecord, in _SEH3$_except_handler()
|
/reactos/sdk/include/reactos/ |
H A D | stubs.h | 14 typedef struct _EXCEPTION_RECORD { struct 17 struct _EXCEPTION_RECORD* ExceptionRecord; argument
|
/reactos/sdk/lib/pseh/include/pseh/framebased/ |
H A D | internal.h | 43 struct _EXCEPTION_RECORD; 49 struct _EXCEPTION_RECORD *,
|
/reactos/sdk/lib/crt/startup/ |
H A D | crt_handler.c | 46 EXCEPTION_DISPOSITION __mingw_SEH_error_handler(struct _EXCEPTION_RECORD *, void *, struct _CONTEXT… 96 __mingw_SEH_error_handler (struct _EXCEPTION_RECORD* ExceptionRecord, in __mingw_SEH_error_handler()
|
/reactos/sdk/lib/crt/except/arm/ |
H A D | ehandler.c | 17 struct _EXCEPTION_RECORD *_ExceptionRecord, in __C_specific_handler()
|
/reactos/sdk/lib/pseh/include/pseh/ |
H A D | pseh2.h | 125 struct _EXCEPTION_RECORD; 131 struct _EXCEPTION_RECORD *,
|
H A D | pseh3.h | 48 struct _EXCEPTION_RECORD *ExceptionRecord;
|
/reactos/sdk/lib/crt/except/amd64/ |
H A D | ehandler.c | 16 struct _EXCEPTION_RECORD *ExceptionRecord, in __C_specific_handler()
|
/reactos/sdk/include/reactos/wine/ |
H A D | exception.h | 34 struct _EXCEPTION_RECORD*,
|
/reactos/sdk/include/xdk/ |
H A D | rtltypes.h | 171 typedef struct _EXCEPTION_RECORD { struct 174 struct _EXCEPTION_RECORD *ExceptionRecord; argument
|
H A D | winnt_old.h | 1532 struct _EXCEPTION_RECORD *ExceptionRecord); 1583 _In_opt_ struct _EXCEPTION_RECORD *ExceptionRecord, 2393 typedef struct _EXCEPTION_RECORD { struct 2396 struct _EXCEPTION_RECORD *ExceptionRecord; argument
|
H A D | ntbasedef.h | 660 _Inout_ struct _EXCEPTION_RECORD *ExceptionRecord,
|
/reactos/sdk/lib/pseh/ |
H A D | framebased.c | 337 struct _EXCEPTION_RECORD * ExceptionRecord, in _SEHFrameHandler()
|
/reactos/sdk/lib/crt/wine/ |
H A D | msvcrt.h | 414 struct _EXCEPTION_RECORD* pRecord,
|
/reactos/dll/win32/dbghelp/ |
H A D | compat.h | 207 typedef struct _EXCEPTION_RECORD { struct 210 struct _EXCEPTION_RECORD *ExceptionRecord; argument 705 struct _EXCEPTION_RECORD *ExceptionRecord,
|
/reactos/modules/rostests/apitests/compiler/ |
H A D | pseh.c | 2639 int passthrough_handler(struct _EXCEPTION_RECORD * e, void * f, struct _CONTEXT * c, void * d) in passthrough_handler()
|