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

  /external/chromium/base/win/
pe_image.h 75 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type,
205 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
pe_image.cc 309 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const {

Completed in 144 milliseconds