Home
last modified time | relevance | path

Searched refs:_EXCEPTION_RECORD (Results 1 – 18 of 18) sorted by relevance

/reactos/sdk/include/vcruntime/
H A Dexcpt.h30 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 Dframebased-gcchack.c42 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 Dpseh3.c264 struct _EXCEPTION_RECORD * ExceptionRecord, in _SEH3$_except_handler()
/reactos/sdk/include/reactos/
H A Dstubs.h14 typedef struct _EXCEPTION_RECORD { struct
17 struct _EXCEPTION_RECORD* ExceptionRecord; argument
/reactos/sdk/lib/pseh/include/pseh/framebased/
H A Dinternal.h43 struct _EXCEPTION_RECORD;
49 struct _EXCEPTION_RECORD *,
/reactos/sdk/lib/crt/startup/
H A Dcrt_handler.c46 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 Dehandler.c17 struct _EXCEPTION_RECORD *_ExceptionRecord, in __C_specific_handler()
/reactos/sdk/lib/pseh/include/pseh/
H A Dpseh2.h125 struct _EXCEPTION_RECORD;
131 struct _EXCEPTION_RECORD *,
H A Dpseh3.h48 struct _EXCEPTION_RECORD *ExceptionRecord;
/reactos/sdk/lib/crt/except/amd64/
H A Dehandler.c16 struct _EXCEPTION_RECORD *ExceptionRecord, in __C_specific_handler()
/reactos/sdk/include/reactos/wine/
H A Dexception.h34 struct _EXCEPTION_RECORD*,
/reactos/sdk/include/xdk/
H A Drtltypes.h171 typedef struct _EXCEPTION_RECORD { struct
174 struct _EXCEPTION_RECORD *ExceptionRecord; argument
H A Dwinnt_old.h1532 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 Dntbasedef.h660 _Inout_ struct _EXCEPTION_RECORD *ExceptionRecord,
/reactos/sdk/lib/pseh/
H A Dframebased.c337 struct _EXCEPTION_RECORD * ExceptionRecord, in _SEHFrameHandler()
/reactos/sdk/lib/crt/wine/
H A Dmsvcrt.h414 struct _EXCEPTION_RECORD* pRecord,
/reactos/dll/win32/dbghelp/
H A Dcompat.h207 typedef struct _EXCEPTION_RECORD { struct
210 struct _EXCEPTION_RECORD *ExceptionRecord; argument
705 struct _EXCEPTION_RECORD *ExceptionRecord,
/reactos/modules/rostests/apitests/compiler/
H A Dpseh.c2639 int passthrough_handler(struct _EXCEPTION_RECORD * e, void * f, struct _CONTEXT * c, void * d) in passthrough_handler()