Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out18 stream_type = 0x4 (MD_MODULE_LIST_STREAM)
67 stream type 0x4 (MD_MODULE_LIST_STREAM) at index 1
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h316 MD_MODULE_LIST_STREAM = 4, /* MDRawModuleList */ enumerator
/external/google-breakpad/src/processor/
Dsynth_minidump.cc350 module_list_(*this, MD_MODULE_LIST_STREAM), in Dump()
Dminidump_unittest.cc511 EXPECT_EQ((uint32_t) MD_MODULE_LIST_STREAM, dir->stream_type); in TEST()
Dminidump.cc5279 case MD_MODULE_LIST_STREAM: in Read()
5416 case MD_MODULE_LIST_STREAM: in get_stream_name()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h537 static const uint32_t kStreamType = MD_MODULE_LIST_STREAM;
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc549 dir->stream_type = MD_MODULE_LIST_STREAM; in WriteModuleListStream()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc593 dirent->stream_type = MD_MODULE_LIST_STREAM; in WriteMappings()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1500 module_list_stream->stream_type = MD_MODULE_LIST_STREAM; in WriteModuleListStream()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1280 case MD_MODULE_LIST_STREAM: in main()