Home
last modified time | relevance | path

Searched refs:GetExportDirectory (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/win/
Dpe_image.h131 PIMAGE_EXPORT_DIRECTORY GetExportDirectory() const;
260 inline PIMAGE_EXPORT_DIRECTORY PEImage::GetExportDirectory() const { in GetExportDirectory() function
Dpe_image.cc153 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory(); in GetExportEntry()
194 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory(); in GetProcOrdinal()
/external/chromium_org/chrome_elf/blacklist/
Dblacklist_interceptions.cc135 PIMAGE_EXPORT_DIRECTORY exports = pe.GetExportDirectory(); in SafeGetImageInfo()
/external/chromium_org/sandbox/win/src/
Dsandbox_nt_util.cc374 PIMAGE_EXPORT_DIRECTORY exports = pe.GetExportDirectory(); in GetImageInfoFromModule()