HomeSort by relevance Sort by last modified time
    Searched refs:LoadCommandTooShort (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/mac/
macho_reader.cc 189 void Reader::Reporter::LoadCommandTooShort(size_t i, LoadCommandType type) {
352 reporter_->LoadCommandTooShort(index, type);
383 reporter_->LoadCommandTooShort(index, type);
macho_reader.h 275 virtual void LoadCommandTooShort(size_t i, LoadCommandType type);
279 // (This more specific than LoadCommandTooShort.)
macho_reader_unittest.cc 98 MOCK_METHOD2(LoadCommandTooShort, void(size_t i, LoadCommandType type));
167 TEST(MachOReaderReporter, LoadCommandTooShort) {
169 reporter.LoadCommandTooShort(11, LC_SYMTAB);
743 EXPECT_CALL(reporter, LoadCommandTooShort(_, _)).Times(0);
    [all...]

Completed in 516 milliseconds