Lines Matching refs:image
19 // from a file, mapped in memory as image.
25 typedef bool (*EnumSectionsFunction)(const PEImage &image,
35 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal,
43 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module,
51 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module,
59 typedef bool (*EnumDelayImportChunksFunction)(const PEImage &image,
71 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type,
111 // Use: s = image.GetImageSectionFromAddr(a);
126 // Use: e = image.GetExportEntry(f);
130 // is not exported from this image
134 // Use: p = image.GetProcAddress(f);
136 // Post: if 'f' is a non-forwarded export from image, 'p' is
223 // files mapped as data instead of as image file.