Searched refs:MDRawContextMIPS (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_mips.h57 const MDRawContextMIPS* context,
80 const MDRawContextMIPS* context_;
H A Ddump_context.cc136 const MDRawContextMIPS* DumpContext::GetContextMIPS() const {
220 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) {
562 const MDRawContextMIPS* context_mips = GetContextMIPS();
563 printf("MDRawContextMIPS\n");
H A Dsynth_minidump.cc198 Context::Context(const Dump &dump, const MDRawContextMIPS &context)
231 assert(Size() == sizeof(MDRawContextMIPS));
H A Dstackwalker_mips.cc52 const MDRawContextMIPS* context,
H A Dsynth_minidump.h231 Context(const Dump &dump, const MDRawContextMIPS &context);
H A Dstackwalker_mips_unittest.cc126 void BrandContext(MDRawContextMIPS* raw_context) {
133 MDRawContextMIPS raw_context;
635 MDRawContextMIPS expected;
H A Dminidump.cc96 if (context_size == sizeof(MDRawContextMIPS))
1025 if (expected_size != sizeof(MDRawContextMIPS)) {
1029 << sizeof(MDRawContextMIPS);
1033 scoped_ptr<MDRawContextMIPS> context_mips(new MDRawContextMIPS());
1044 sizeof(MDRawContextMIPS) - flags_size)) {
H A Dminidump_unittest.cc1156 MDRawContextMIPS raw_context;
1228 const MDRawContextMIPS* md_raw_context = md_context->GetContextMIPS();
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Draw_context_cpu.h46 typedef MDRawContextMIPS RawContextCPU;
/external/google-breakpad/src/google_breakpad/processor/
H A Ddump_context.h60 const MDRawContextMIPS* GetContextMIPS() const;
85 void SetContextMIPS(MDRawContextMIPS* ctx_mips);
103 MDRawContextMIPS* ctx_mips;
H A Dstack_frame_cpu.h391 MDRawContextMIPS context;
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_mips.h137 } MDRawContextMIPS; typedef in typeref:struct:__anon6142
157 /* For (MDRawContextMIPS).context_flags. These values indicate the type of
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc371 const MDRawContextMIPS* rawregs = range.GetData<MDRawContextMIPS>(0);

Completed in 434 milliseconds