Searched refs:MisplacedSectionData (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 100 MOCK_METHOD2(MisplacedSectionData, void(const string §ion, 180 TEST(MachOReaderReporter, MisplacedSectionData) { in TEST() argument 182 reporter.MisplacedSectionData("section name", "segment name"); in TEST() 743 EXPECT_CALL(reporter, MisplacedSectionData(_, _)).Times(0); in ReaderFixture() 1469 EXPECT_CALL(reporter, MisplacedSectionData("before", "segment")) in TEST_F() 1510 EXPECT_CALL(reporter, MisplacedSectionData("after", "segment")) in TEST_F() 1551 EXPECT_CALL(reporter, MisplacedSectionData("too big", "segment")) in TEST_F()
|
D | macho_reader.cc | 206 void Reader::Reporter::MisplacedSectionData(const string §ion, in MisplacedSectionData() function in google_breakpad::mach_o::Reader::Reporter 498 reporter_->MisplacedSectionData(section.section_name, in WalkSegmentSections()
|
D | macho_reader.h | 288 virtual void MisplacedSectionData(const string §ion,
|