Home
last modified time | relevance | path

Searched refs:MDRawModule (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out183 MDRawModule
215 MDRawModule
247 MDRawModule
279 MDRawModule
311 MDRawModule
343 MDRawModule
375 MDRawModule
407 MDRawModule
439 MDRawModule
471 MDRawModule
[all …]
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h145 bool WriteCVRecord(MDRawModule *module, int cpu_type,
147 bool WriteModuleStream(unsigned int index, MDRawModule *module);
Dminidump_generator.cc1275 MDRawModule *module) { in WriteModuleStream()
1283 memset(module, 0, sizeof(MDRawModule)); in WriteModuleStream()
1343 memset(module, 0, sizeof(MDRawModule)); in WriteModuleStream()
1402 bool MinidumpGenerator::WriteCVRecord(MDRawModule *module, int cpu_type, in WriteCVRecord()
1485 MDRawModule module; in WriteModuleListStream()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_size.h100 class minidump_size<MDRawModule> {
Dminidump_format.h408 } MDRawModule; /* MINIDUMP_MODULE */ typedef
497 MDRawModule modules[1];
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h379 const MDRawModule* module() const { return valid_ ? &module_ : NULL; } in module()
452 MDRawModule module_;
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc517 MDRawModule mod; in WriteMappings()
526 MDRawModule mod; in WriteMappings()
541 MDRawModule& mod, in FillRawModule()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc448 MDRawModule *module, in WriteCVRecord()
505 MDRawModule module; in ModuleInfoCallback()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc797 const MDRawModule* rawmodule = reinterpret_cast<const MDRawModule*>( in ParseModuleStream()
/external/google-breakpad/src/processor/
Dminidump_unittest.cc439 const MDRawModule *md_raw_module = md_module->module(); in TEST()