Home
last modified time | relevance | path

Searched refs:_SEH2Registration_t (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/pseh/i386/
H A Dframebased-gcchack.c74 _SEH2Registration_t * __cdecl _SEH2CurrentRegistration(void) in _SEH2CurrentRegistration()
76 return (_SEH2Registration_t *)__readfsdword(0); in _SEH2CurrentRegistration()
80 void __cdecl __SEH2EnterFrame(_SEH2Registration_t * frame) in __SEH2EnterFrame()
168 _SEH2Registration_t SUF_Registration;
/reactos/sdk/lib/pseh/include/pseh/
H A Dpseh2.h142 _SEH2Registration_t; typedef
146 _SEH2Registration_t SF_Registration;
/reactos/modules/rostests/apitests/compiler/
H A Dpseh.c2653 static _SEH2Registration_t * prev_frame; in call_test()
2654 _SEH2Registration_t passthrough_frame; in call_test()
2660 prev_frame = (_SEH2Registration_t *)__readfsdword(0); in call_test()
2696 …if((_SEH2Registration_t *)__readfsdword(0) != &passthrough_frame || passthrough_frame.SER_Prev != … in call_test()