Home
last modified time | relevance | path

Searched refs:MDRawContextPPC64 (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h62 const MDRawContextPPC64* GetContextPPC64() const;
84 void SetContextPPC64(MDRawContextPPC64* ppc64);
100 MDRawContextPPC64* ppc64;
Dstack_frame_cpu.h144 MDRawContextPPC64 context;
/external/google-breakpad/src/processor/
Dstackwalker_ppc64.h55 const MDRawContextPPC64* context,
70 const MDRawContextPPC64* context_;
Dstackwalker_ppc64.cc48 const MDRawContextPPC64* context, in StackwalkerPPC64()
Ddump_context.cc88 const MDRawContextPPC64* DumpContext::GetContextPPC64() const { in GetContextPPC64()
243 void DumpContext::SetContextPPC64(MDRawContextPPC64* ppc64) { in SetContextPPC64()
423 const MDRawContextPPC64* context_ppc64 = GetContextPPC64(); in Print()
Dminidump.cc85 if (context_size == sizeof(MDRawContextPPC64)) in IsContextSizeUnique()
457 if (!IsContextSizeUnique(sizeof(MDRawContextPPC64))) { in Read()
575 } else if (expected_size == sizeof(MDRawContextPPC64)) { in Read()
587 scoped_ptr<MDRawContextPPC64> context_ppc64(new MDRawContextPPC64()); in Read()
614 sizeof(MDRawContextPPC64) - flags_size)) { in Read()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_ppc64.h113 } MDRawContextPPC64; /* Based on ppc_thread_state */ typedef
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc705 TypedMDRVA<MDRawContextPPC64> context(&writer_); in WriteContextPPC64()
713 MDRawContextPPC64 *context_ptr = context.get(); in WriteContextPPC64()