Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/win/
H A Dpe_image.h82 using EnumRelocsFunction = bool (*)(const PEImage&, WORD, PVOID, PVOID); variable
249 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
H A Dpe_image.cc364 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const { in EnumRelocs()