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.h102 static size_t size() { return MD_MODULE_SIZE; } in size()
Dminidump_format.h415 #define MD_MODULE_SIZE 108 macro
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc497 if (!list.AllocateObjectAndArray(num_output_mappings, MD_MODULE_SIZE)) in WriteMappings()
520 list.CopyIndexAfterObject(j++, &mod, MD_MODULE_SIZE); in WriteMappings()
529 list.CopyIndexAfterObject(j++, &mod, MD_MODULE_SIZE); in WriteMappings()
543 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.cc1477 if (!list.AllocateObjectAndArray(image_count, MD_MODULE_SIZE)) in WriteModuleListStream()
1492 list.CopyIndexAfterObject(0, &module, MD_MODULE_SIZE); in WriteModuleListStream()
1501 list.CopyIndexAfterObject(destinationIndex++, &module, MD_MODULE_SIZE); in WriteModuleListStream()
/external/google-breakpad/src/processor/
Dminidump.cc1736 if (!minidump_->ReadBytes(&module_, MD_MODULE_SIZE)) { in Read()
2467 if (module_count > numeric_limits<uint32_t>::max() / MD_MODULE_SIZE) { in Read()
2474 module_count * MD_MODULE_SIZE) { in Read()
2477 module_count * MD_MODULE_SIZE) { in Read()
2487 module_count * MD_MODULE_SIZE; in Read()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc800 range.GetArrayElement(sizeof(uint32_t), MD_MODULE_SIZE, i)); in ParseModuleStream()