Searched refs:GetExportSection (Results 1 – 4 of 4) sorted by relevance
105 TEST_P(PeImageReaderTest, GetExportSection) { in TEST_P() argument107 const uint8_t* export_section = image_reader_.GetExportSection(§ion_size); in TEST_P()
43 const uint8_t* GetExportSection(size_t* section_size);
127 const uint8_t* export_section = pe_image.GetExportSection(&export_size); in ExtractImageHeaders()
118 const uint8_t* PeImageReader::GetExportSection(size_t* section_size) { in GetExportSection() function in safe_browsing::PeImageReader