Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h60 const MDRawContextMIPS* GetContextMIPS() const;
85 void SetContextMIPS(MDRawContextMIPS* ctx_mips);
103 MDRawContextMIPS* ctx_mips;
Dstack_frame_cpu.h391 MDRawContextMIPS context;
/external/google-breakpad/src/processor/
Dstackwalker_mips.h57 const MDRawContextMIPS* context,
80 const MDRawContextMIPS* context_;
Ddump_context.cc136 const MDRawContextMIPS* DumpContext::GetContextMIPS() const { in GetContextMIPS()
220 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) { in SetContextMIPS()
562 const MDRawContextMIPS* context_mips = GetContextMIPS(); in Print()
Dstackwalker_mips_unittest.cc126 void BrandContext(MDRawContextMIPS* raw_context) { in BrandContext()
133 MDRawContextMIPS raw_context;
635 MDRawContextMIPS expected;
Dsynth_minidump.cc198 Context::Context(const Dump &dump, const MDRawContextMIPS &context) in Context()
231 assert(Size() == sizeof(MDRawContextMIPS)); in Context()
Dsynth_minidump.h231 Context(const Dump &dump, const MDRawContextMIPS &context);
Dstackwalker_mips.cc52 const MDRawContextMIPS* context, in StackwalkerMIPS()
Dminidump.cc96 if (context_size == sizeof(MDRawContextMIPS)) in IsContextSizeUnique()
1025 if (expected_size != sizeof(MDRawContextMIPS)) { in Read()
1029 << sizeof(MDRawContextMIPS); in Read()
1033 scoped_ptr<MDRawContextMIPS> context_mips(new MDRawContextMIPS()); in Read()
1044 sizeof(MDRawContextMIPS) - flags_size)) { in Read()
Dminidump_unittest.cc1156 MDRawContextMIPS raw_context; in TEST()
1228 const MDRawContextMIPS* md_raw_context = md_context->GetContextMIPS(); in TEST()
/external/google-breakpad/src/client/linux/dump_writer_common/
Draw_context_cpu.h46 typedef MDRawContextMIPS RawContextCPU;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_mips.h137 } MDRawContextMIPS; typedef
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc371 const MDRawContextMIPS* rawregs = range.GetData<MDRawContextMIPS>(0); in ParseThreadRegisters()