|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <excpt.h>#include <string.h>#include <stdlib.h>#include <malloc.h>#include <memory.h>#include <signal.h>#include <stdio.h>#include <windef.h>#include <winbase.h>
Go to the source code of this file.
Classes | |
| struct | _UNWIND_INFO |
Macros | |
| #define | _NTSYSTEM_ |
| #define | __ImageBase __MINGW_LSYMBOL(_image_base__) |
| #define | GCC_MAGIC (('G' << 16) | ('C' << 8) | 'C' | (1U << 29)) |
Typedefs | |
| typedef struct _UNWIND_INFO | UNWIND_INFO |
| typedef struct _UNWIND_INFO * | PUNWIND_INFO |
Functions | |
| PIMAGE_SECTION_HEADER | _FindPESectionByName (const char *) |
| PIMAGE_SECTION_HEADER | _FindPESectionExec (size_t) |
| PBYTE | _GetPEImageBase (void) |
| int | __mingw_init_ehandler (void) |
| void __cdecl | _fpreset (void) |
| long CALLBACK | _gnu_exception_handler (EXCEPTION_POINTERS *exception_data) |
Variables | |
| IMAGE_DOS_HEADER | __ImageBase |
| LPTOP_LEVEL_EXCEPTION_FILTER | __mingw_oldexcpt_handler = NULL |
| #define __ImageBase __MINGW_LSYMBOL(_image_base__) |
Definition at line 22 of file crt_handler.c.
| #define _NTSYSTEM_ |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 14 of file crt_handler.c.
Definition at line 193 of file crt_handler.c.
| typedef struct _UNWIND_INFO* PUNWIND_INFO |
| typedef struct _UNWIND_INFO UNWIND_INFO |
| PIMAGE_SECTION_HEADER _FindPESectionByName | ( | const char * | pName | ) |
Definition at line 70 of file pesect.c.
| PIMAGE_SECTION_HEADER _FindPESectionExec | ( | size_t | eNo | ) |
Definition at line 133 of file pesect.c.
Definition at line 1591 of file math.c.
Referenced by _gnu_exception_handler().
| long CALLBACK _gnu_exception_handler | ( | EXCEPTION_POINTERS * | exception_data | ) |
Definition at line 196 of file crt_handler.c.
|
extern |
| LPTOP_LEVEL_EXCEPTION_FILTER __mingw_oldexcpt_handler = NULL |
Definition at line 188 of file crt_handler.c.
Referenced by _gnu_exception_handler().