Searched refs:EnumAllDelayImports (Results 1 – 4 of 4) sorted by relevance
186 bool EnumAllDelayImports(EnumImportsFunction callback, PVOID cookie) const;
131 target_image.EnumAllDelayImports(InterceptEnumCallback, in InterceptImportedFunction()
239 pe.EnumAllDelayImports(ImportsCallback, &count); in TEST()
495 bool PEImage::EnumAllDelayImports(EnumImportsFunction callback, in EnumAllDelayImports() function in base::win::PEImage