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

  /external/chromium_org/base/win/
pe_image.h 79 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type,
209 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
pe_image.cc 310 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const {

Completed in 615 milliseconds