Home
last modified time | relevance | path

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

/external/chromium/base/win/
Dpe_image.h127 PIMAGE_EXPORT_DIRECTORY GetExportDirectory() const;
256 inline PIMAGE_EXPORT_DIRECTORY PEImage::GetExportDirectory() const { in GetExportDirectory() function
Dpe_image.cc152 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory(); in GetExportEntry()
193 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory(); in GetProcOrdinal()