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() 747 EXPECT_CALL(reporter, MisplacedSectionData(_, _)).Times(0); in ReaderFixture() 1473 EXPECT_CALL(reporter, MisplacedSectionData("before", "segment")) in TEST_F() 1514 EXPECT_CALL(reporter, MisplacedSectionData("after", "segment")) in TEST_F() 1555 EXPECT_CALL(reporter, MisplacedSectionData("too big", "segment")) in TEST_F()
|
D | macho_reader.cc | 210 void Reader::Reporter::MisplacedSectionData(const string §ion, in MisplacedSectionData() function in google_breakpad::mach_o::Reader::Reporter 521 reporter_->MisplacedSectionData(section.section_name, in WalkSegmentSections()
|
D | macho_reader.h | 293 virtual void MisplacedSectionData(const string §ion,
|