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()
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()
Dmacho_reader.cc210 void Reader::Reporter::MisplacedSectionData(const string &section, in MisplacedSectionData() function in google_breakpad::mach_o::Reader::Reporter
521 reporter_->MisplacedSectionData(section.section_name, in WalkSegmentSections()
Dmacho_reader.h293 virtual void MisplacedSectionData(const string &section,