HomeSort by relevance Sort by last modified time
    Searched refs:GetExportSection (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
pe_image_reader_win_unittest.cc 105 TEST_P(PeImageReaderTest, GetExportSection) {
107 const uint8_t* export_section = image_reader_.GetExportSection(&section_size);
pe_image_reader_win.h 43 const uint8_t* GetExportSection(size_t* section_size);
binary_feature_extractor_win.cc 127 const uint8_t* export_section = pe_image.GetExportSection(&export_size);
pe_image_reader_win.cc 118 const uint8_t* PeImageReader::GetExportSection(size_t* section_size) {

Completed in 113 milliseconds