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.cc1761 Swap(&module_.misc_record); in Read()
1805 if (module_.misc_record.data_size && !GetMiscRecord(NULL)) { in ReadAuxiliaryData()
1926 const MDImageDebugMisc* misc_record = in debug_file() local
1928 if (!misc_record->unicode) { in debug_file()
1932 reinterpret_cast<const char*>(misc_record->data), in debug_file()
1933 module_.misc_record.data_size - MDImageDebugMisc_minsize); in debug_file()
1942 module_.misc_record.data_size - MDImageDebugMisc_minsize; in debug_file()
1950 memcpy(&string_utf16[0], &misc_record->data, bytes); in debug_file()
2204 if (module_.misc_record.data_size == 0) { in GetMiscRecord()
2208 if (MDImageDebugMisc_minsize > module_.misc_record.data_size) { in GetMiscRecord()
[all …]
Dsynth_minidump.cc256 const Section *misc_record) : Section(dump) { in Module() argument
276 misc_record->CiteLocationIn(this); in Module()
Dsynth_minidump.h264 const Section *misc_record = NULL);
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h393 MDLocationDescriptor misc_record; member