Searched refs:EnumRelocsFunction (Results 1 – 2 of 2) sorted by relevance
75 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type, typedef205 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
309 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const { in EnumRelocs()