Searched refs:LoadCommandTooShort (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | macho_reader.cc | 193 void Reader::Reporter::LoadCommandTooShort(size_t i, LoadCommandType type) { in LoadCommandTooShort() function in google_breakpad::mach_o::Reader::Reporter 355 reporter_->LoadCommandTooShort(index, type); in WalkLoadCommands() 386 reporter_->LoadCommandTooShort(index, type); in WalkLoadCommands()
|
D | macho_reader.h | 280 virtual void LoadCommandTooShort(size_t i, LoadCommandType type);
|
D | macho_reader_unittest.cc | 97 MOCK_METHOD2(LoadCommandTooShort, void(size_t i, LoadCommandType type)); 165 TEST(MachOReaderReporter, LoadCommandTooShort) { in TEST() argument 167 reporter.LoadCommandTooShort(11, LC_SYMTAB); in TEST() 744 EXPECT_CALL(reporter, LoadCommandTooShort(_, _)).Times(0); in ReaderFixture() 1265 EXPECT_CALL(reporter, LoadCommandTooShort(0, LC_SEGMENT)) in TEST_F()
|