Searched defs:PEImage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/win/
H A Dpe_image.h28 class PEImage { class in namespace:base::win
33 typedef bool (*EnumSectionsFunction)(const PEImage &image,
43 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal,
51 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module,
59 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module,
67 typedef bool (*EnumDelayImportChunksFunction)(const PEImage &image,
79 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type,
82 explicit PEImage(HMODULE module) : module_(module) {} function in class:base::win::PEImage
83 explicit PEImage(const void* module) { function in class:base::win::PEImage
230 // This class is an extension to the PEImage clas
[all...]

Completed in 395 milliseconds