Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dpe_image.h87 using EnumRelocsFunction = bool (*)(const PEImage&, WORD, PVOID, PVOID); variable
254 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
H A Dpe_image.cc365 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const { in EnumRelocs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/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.cc365 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const { in EnumRelocs()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/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()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/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()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/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()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/win/
H A Dpe_image.h77 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type, typedef
210 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
H A Dpe_image.cc339 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const { in EnumRelocs()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/win/
H A Dpe_image.h77 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type, typedef
210 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
H A Dpe_image.cc339 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const { in EnumRelocs()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/win/
H A Dpe_image.h79 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type, typedef
229 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;
H A Dpe_image.cc353 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const { in EnumRelocs()