OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnumRelocsFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
pe_image.h
71
typedef bool (*
EnumRelocsFunction
)(const PEImage &image, WORD type,
201
bool EnumRelocs(
EnumRelocsFunction
callback, PVOID cookie) const;
pe_image.cc
284
bool PEImage::EnumRelocs(
EnumRelocsFunction
callback, PVOID cookie) const {
Completed in 15 milliseconds