Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/startup/
H A Dgs_support.c42 static CONTEXT GS_ContextRecord; variable
45 &GS_ExceptionRecord,&GS_ContextRecord
117 RtlCaptureContext (&GS_ContextRecord); in __report_gsfailure()
118 controlPC = GS_ContextRecord.Rip; in __report_gsfailure()
123 &GS_ContextRecord, &hndData, &establisherFrame, NULL); in __report_gsfailure()
129 GS_ContextRecord.Rip = (ULONGLONG) _ReturnAddress(); in __report_gsfailure()
132 GS_ContextRecord.Eip = (DWORD) _ReturnAddress(); in __report_gsfailure()
133 GS_ContextRecord.Esp = (DWORD) _AddressOfReturnAddress() + 4; in __report_gsfailure()
138 GS_ExceptionRecord.ExceptionAddress = (PVOID) GS_ContextRecord.Rip; in __report_gsfailure()
139 GS_ContextRecord.Rcx = StackCookie; in __report_gsfailure()
[all …]