Home | History | Annotate | Download | only in win

Lines Matching refs:image

23 // from a file, mapped in memory as image.
29 typedef bool (*EnumSectionsFunction)(const PEImage &image,
39 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal,
47 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module,
55 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module,
63 typedef bool (*EnumDelayImportChunksFunction)(const PEImage &image,
75 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type,
115 // Use: s = image.GetImageSectionFromAddr(a);
130 // Use: e = image.GetExportEntry(f);
134 // is not exported from this image
138 // Use: p = image.GetProcAddress(f);
140 // Post: if 'f' is a non-forwarded export from image, 'p' is
227 // files mapped as data instead of as image file.