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

  /external/google-breakpad/src/google_breakpad/common/
minidump_size.h 102 static size_t size() { return MD_MODULE_SIZE; }
minidump_format.h 415 #define MD_MODULE_SIZE 108
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 497 if (!list.AllocateObjectAndArray(num_output_mappings, MD_MODULE_SIZE))
520 list.CopyIndexAfterObject(j++, &mod, MD_MODULE_SIZE);
529 list.CopyIndexAfterObject(j++, &mod, MD_MODULE_SIZE);
543 my_memset(&mod, 0, MD_MODULE_SIZE);
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc     [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 534 callback_context->module_index++, &module, MD_MODULE_SIZE);
545 !list.AllocateObjectAndArray(module_count, MD_MODULE_SIZE)) {
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 800 range.GetArrayElement(sizeof(uint32_t), MD_MODULE_SIZE, i));
    [all...]

Completed in 306 milliseconds