Home
last modified time | relevance | path

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

/external/chromium_org/base/win/
Dpe_image.h43 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal, typedef
163 bool EnumExports(EnumExportsFunction callback, PVOID cookie) const;
Dpe_image.cc256 bool PEImage::EnumExports(EnumExportsFunction callback, PVOID cookie) const { in EnumExports()