|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <memory.h>#include <internal.h>
Go to the source code of this file.
Classes | |
| struct | runtime_pseudo_reloc_item_v1 |
| struct | runtime_pseudo_reloc_item_v2 |
| struct | runtime_pseudo_reloc_v2 |
Macros | |
| #define | NO_COPY |
| #define | ATTRIBUTE_NORETURN |
| #define | __MINGW_LSYMBOL(sym) sym |
| #define | RP_VERSION_V1 0 |
| #define | RP_VERSION_V2 1 |
Functions | |
| char | __MINGW_LSYMBOL (_image_base__) |
| void | _pei386_runtime_relocator (void) |
| static void ATTRIBUTE_NORETURN | __report_error (const char *msg,...) |
| static void | __write_memory (void *addr, const void *src, size_t len) |
| static void | do_pseudo_reloc (void *start, void *end, void *base) |
Variables | |
| char | __RUNTIME_PSEUDO_RELOC_LIST__ |
| char | __RUNTIME_PSEUDO_RELOC_LIST_END__ |
| #define __MINGW_LSYMBOL | ( | sym | ) | sym |
Definition at line 45 of file pseudo-reloc.c.
| #define ATTRIBUTE_NORETURN |
Definition at line 41 of file pseudo-reloc.c.
| #define NO_COPY |
Definition at line 35 of file pseudo-reloc.c.
| #define RP_VERSION_V1 0 |
Definition at line 294 of file pseudo-reloc.c.
| #define RP_VERSION_V2 1 |
Definition at line 295 of file pseudo-reloc.c.
| char __MINGW_LSYMBOL | ( | _image_base__ | ) |
|
static |
Definition at line 83 of file pseudo-reloc.c.
Referenced by __write_memory(), and do_pseudo_reloc().
Definition at line 260 of file pseudo-reloc.c.
Referenced by do_pseudo_reloc().
Definition at line 455 of file pseudo-reloc.c.
Definition at line 298 of file pseudo-reloc.c.
Referenced by _pei386_runtime_relocator().
|
extern |
Definition at line 8 of file pseudo-reloc-list.c.
Referenced by _pei386_runtime_relocator().
|
extern |
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 7 of file pseudo-reloc-list.c.
Referenced by _pei386_runtime_relocator().