Home
last modified time | relevance | path

Searched refs:MisplacedSectionData (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc100 MOCK_METHOD2(MisplacedSectionData, void(const string &section,
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()
Dmacho_reader.cc206 void Reader::Reporter::MisplacedSectionData(const string &section, in MisplacedSectionData() function in google_breakpad::mach_o::Reader::Reporter
498 reporter_->MisplacedSectionData(section.section_name, in WalkSegmentSections()
Dmacho_reader.h288 virtual void MisplacedSectionData(const string &section,