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