HomeSort by relevance Sort by last modified time
    Searched defs:PEImage (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/win/
pe_image.h 24 class PEImage {
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,
78 explicit PEImage(HMODULE module) : module_(module) {}
79 explicit PEImage(const void* module) {
226 // This class is an extension to the PEImage class that allows working with P
    [all...]
  /external/chromium_org/base/win/
pe_image.h 28 class PEImage {
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) {}
83 explicit PEImage(const void* module) {
230 // This class is an extension to the PEImage class that allows working with P
    [all...]

Completed in 84 milliseconds