Searched defs:GetMiscRecord (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dminidump.cc1805 if (module_.misc_record.data_size && !GetMiscRecord(NULL)) {
1952 // GetMiscRecord already byte-swapped the data[] field if it contains
2197 const MDImageDebugMisc* MinidumpModule::GetMiscRecord(uint32_t* size) { function in class:google_breakpad::MinidumpModule
2199 BPLOG(ERROR) << "Invalid MinidumpModule for GetMiscRecord";
2389 const MDImageDebugMisc* misc_record = GetMiscRecord(NULL);

Completed in 160 milliseconds