OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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;
/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;
Completed in 60 milliseconds