Home
last modified time | relevance | path

Searched refs:MD_MODULE_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
Dminidump_size.h108 static size_t size() { return MD_MODULE_SIZE; } in size()
Dminidump_format.h423 #define MD_MODULE_SIZE 108 macro
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc584 if (!list.AllocateObjectAndArray(num_output_mappings, MD_MODULE_SIZE)) in WriteMappings()
607 list.CopyIndexAfterObject(j++, &mod, MD_MODULE_SIZE); in WriteMappings()
616 list.CopyIndexAfterObject(j++, &mod, MD_MODULE_SIZE); in WriteMappings()
630 my_memset(mod, 0, MD_MODULE_SIZE); in FillRawModule()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc534 callback_context->module_index++, &module, MD_MODULE_SIZE); in ModuleInfoCallback()
545 !list.AllocateObjectAndArray(module_count, MD_MODULE_SIZE)) { in WriteModuleListStream()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1497 if (!list.AllocateObjectAndArray(image_count, MD_MODULE_SIZE)) in WriteModuleListStream()
1512 list.CopyIndexAfterObject(0, &module, MD_MODULE_SIZE); in WriteModuleListStream()
1521 list.CopyIndexAfterObject(destinationIndex++, &module, MD_MODULE_SIZE); in WriteModuleListStream()
/external/google-breakpad/src/processor/
Dminidump.cc1877 if (!minidump_->ReadBytes(&module_, MD_MODULE_SIZE)) { in Read()
2693 if (module_count > numeric_limits<uint32_t>::max() / MD_MODULE_SIZE) { in Read()
2700 module_count * MD_MODULE_SIZE) { in Read()
2703 module_count * MD_MODULE_SIZE) { in Read()
2713 module_count * MD_MODULE_SIZE; in Read()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc980 range.GetArrayElement(sizeof(uint32_t), MD_MODULE_SIZE, i)); in ParseModuleStream()