OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ms_exc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
unwind-seh.c
196
_GCC_specific_handler (PEXCEPTION_RECORD
ms_exc
, void *this_frame,
200
DWORD ms_flags =
ms_exc
->ExceptionFlags;
201
DWORD ms_code =
ms_exc
->ExceptionCode;
204
= (struct _Unwind_Exception *)
ms_exc
->ExceptionInformation[0];
215
ms_disp->ContextRecord->Rdx =
ms_exc
->ExceptionInformation[3];
225
if (
ms_exc
->ExceptionInformation[1] == (_Unwind_Ptr) this_frame)
local
227
RtlUnwindEx (this_frame, (PVOID)
ms_exc
->ExceptionInformation[2],
228
ms_exc
, gcc_exc, ms_orig_context,
276
ms_exc
->ExceptionInformation[1] = (_Unwind_Ptr) this_frame;
277
ms_exc
->ExceptionInformation[2] = gcc_context.ra
316
RtlUnwindEx (this_frame, (PVOID)gcc_context.ra,
ms_exc
,
local
349
EXCEPTION_RECORD
ms_exc
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/
unwind-seh.c
196
_GCC_specific_handler (PEXCEPTION_RECORD
ms_exc
, void *this_frame,
200
DWORD ms_flags =
ms_exc
->ExceptionFlags;
201
DWORD ms_code =
ms_exc
->ExceptionCode;
204
= (struct _Unwind_Exception *)
ms_exc
->ExceptionInformation[0];
215
ms_disp->ContextRecord->Rdx =
ms_exc
->ExceptionInformation[3];
225
if (
ms_exc
->ExceptionInformation[1] == (_Unwind_Ptr) this_frame)
local
227
RtlUnwindEx (this_frame, (PVOID)
ms_exc
->ExceptionInformation[2],
228
ms_exc
, gcc_exc, ms_orig_context,
276
ms_exc
->ExceptionInformation[1] = (_Unwind_Ptr) this_frame;
277
ms_exc
->ExceptionInformation[2] = gcc_context.ra
316
RtlUnwindEx (this_frame, (PVOID)gcc_context.ra,
ms_exc
,
local
349
EXCEPTION_RECORD
ms_exc
;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026