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

  /external/google-breakpad/src/google_breakpad/common/
minidump_size.h 96 // Explicit specialization for MDRawModule, for which sizeof may include
100 class minidump_size<MDRawModule> {
minidump_format.h 408 } MDRawModule; /* MINIDUMP_MODULE */
413 * this macro to be the usable size of the MDRawModule struct, and use it in
414 * place of sizeof(MDRawModule). */
418 /* (MDRawModule).cv_record can reference MDCVInfoPDB20 or MDCVInfoPDB70.
478 /* (MDRawModule).miscRecord can reference MDImageDebugMisc. The Windows
497 MDRawModule modules[1];
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 145 bool WriteCVRecord(MDRawModule *module, int cpu_type,
147 bool WriteModuleStream(unsigned int index, MDRawModule *module);
minidump_generator.cc     [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 360 // MinidumpModule wraps MDRawModule, which contains information about loaded
362 // by MDRawModule, such as the module's name and a specification for where
379 const MDRawModule* module() const { return valid_ ? &module_ : NULL; }
452 MDRawModule module_;
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 517 MDRawModule mod;
526 MDRawModule mod;
535 // Fill the MDRawModule |mod| with information about the provided
541 MDRawModule& mod,
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 448 MDRawModule *module,
505 MDRawModule module;
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 799 const MDRawModule* rawmodule = reinterpret_cast<const MDRawModule*>(
    [all...]
  /external/google-breakpad/src/processor/
minidump_unittest.cc 439 const MDRawModule *md_raw_module = md_module->module();
    [all...]

Completed in 54 milliseconds