Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/startup/
H A Dcrt_handler.c40 PBYTE _GetPEImageBase (void);
58 PBYTE _ImageBase = _GetPEImageBase (); in __mingw_init_ehandler()
H A Dpesect.c160 PBYTE _GetPEImageBase (void);
163 _GetPEImageBase (void) in _GetPEImageBase() function
H A Dpseudo-reloc.c167 extern PBYTE _GetPEImageBase (void);
200 the_secs[i].sec_start = _GetPEImageBase () + h->VirtualAddress; in mark_section_writable()