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;
79 void SetContextPPC(MDRawContextPPC* ppc);
95 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()
Ddump_context.cc82 const MDRawContextPPC* DumpContext::GetContextPPC() const { in GetContextPPC()
196 void DumpContext::SetContextPPC(MDRawContextPPC* ppc) { in SetContextPPC()
340 const MDRawContextPPC* context_ppc = GetContextPPC(); in Print()
Dstackwalker_ppc.cc47 const MDRawContextPPC* context, in StackwalkerPPC()
Dminidump.cc84 if (context_size == sizeof(MDRawContextPPC)) in IsContextSizeUnique()
838 if (expected_size != sizeof(MDRawContextPPC)) { in Read()
840 expected_size << " != " << sizeof(MDRawContextPPC); in Read()
844 scoped_ptr<MDRawContextPPC> context_ppc(new MDRawContextPPC()); in Read()
855 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.cc619 TypedMDRVA<MDRawContextPPC> context(&writer_); in WriteContextPPC()
627 MDRawContextPPC *context_ptr = context.get(); in WriteContextPPC()