Home
last modified time | relevance | path

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

/external/chromium/base/win/
Dpe_image.h75 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type, typedef
205 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
Dpe_image.cc309 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const { in EnumRelocs()