Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dinit.c39 asm(".weak\t" PCI_STRINGIFY(__MINGW_USYMBOL(__ImageBase)) "\n\t"
40 …".set\t" PCI_STRINGIFY(__MINGW_USYMBOL(__ImageBase)) "," PCI_STRINGIFY(__MINGW_USYMBOL(_image_bas…
61 #define __ImageBase (*(IMAGE_DOS_HEADER *)get_current_module_handle()) macro
63 extern IMAGE_DOS_HEADER __ImageBase;
307 module = (HINSTANCE)&__ImageBase; in pci_init_name_list_path()