Home
last modified time | relevance | path

Searched refs:misc_record (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out201 misc_record.data_size = 0
202 misc_record.rva = 0x0
209 (misc_record) = (null)
233 misc_record.data_size = 0
234 misc_record.rva = 0x0
241 (misc_record) = (null)
265 misc_record.data_size = 0
266 misc_record.rva = 0x0
273 (misc_record) = (null)
297 misc_record.data_size = 0
[all …]
/external/google-breakpad/src/processor/
Dminidump.cc1902 Swap(&module_.misc_record); in Read()
1946 if (module_.misc_record.data_size && !GetMiscRecord(NULL)) { in ReadAuxiliaryData()
2095 const MDImageDebugMisc* misc_record = in debug_file() local
2097 if (!misc_record->unicode) { in debug_file()
2101 reinterpret_cast<const char*>(misc_record->data), in debug_file()
2102 module_.misc_record.data_size - MDImageDebugMisc_minsize); in debug_file()
2111 module_.misc_record.data_size - MDImageDebugMisc_minsize; in debug_file()
2119 memcpy(&string_utf16[0], &misc_record->data, bytes); in debug_file()
2421 if (module_.misc_record.data_size == 0) { in GetMiscRecord()
2425 if (MDImageDebugMisc_minsize > module_.misc_record.data_size) { in GetMiscRecord()
[all …]
Dsynth_minidump.cc253 const Section *misc_record) : Section(dump) { in Module() argument
276 if (misc_record) in Module()
277 misc_record->CiteLocationIn(this); in Module()
Dsynth_minidump.h264 const Section *misc_record = NULL);
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h401 MDLocationDescriptor misc_record; member