Home
last modified time | relevance | path

Searched refs:MDRawContextPPC (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h61 const MDRawContextPPC* GetContextPPC() const;
83 void SetContextPPC(MDRawContextPPC* ppc);
99 MDRawContextPPC* ppc;
Dstack_frame_cpu.h118 MDRawContextPPC context;
/external/google-breakpad/src/processor/
Dstackwalker_ppc.h57 const MDRawContextPPC* context,
72 const MDRawContextPPC* context_;
Dstackwalker_selftest.cc330 MDRawContextPPC context = MDRawContextPPC(); in CountCallerFrames()
Dstackwalker_ppc.cc48 const MDRawContextPPC* context, in StackwalkerPPC()
Ddump_context.cc79 const MDRawContextPPC* DumpContext::GetContextPPC() const { in GetContextPPC()
239 void DumpContext::SetContextPPC(MDRawContextPPC* ppc) { in SetContextPPC()
384 const MDRawContextPPC* context_ppc = GetContextPPC(); in Print()
Dminidump.cc83 if (context_size == sizeof(MDRawContextPPC)) in IsContextSizeUnique()
856 if (expected_size != sizeof(MDRawContextPPC)) { in Read()
858 expected_size << " != " << sizeof(MDRawContextPPC); in Read()
862 scoped_ptr<MDRawContextPPC> context_ppc(new MDRawContextPPC()); in Read()
873 sizeof(MDRawContextPPC) - flags_size)) { in Read()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_ppc.h141 } MDRawContextPPC; /* Based on ppc_thread_state */ typedef
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc639 TypedMDRVA<MDRawContextPPC> context(&writer_); in WriteContextPPC()
647 MDRawContextPPC *context_ptr = context.get(); in WriteContextPPC()