Searched refs:MDRawContextPPC64 (Results 1 – 8 of 8) sorted by relevance
62 const MDRawContextPPC64* GetContextPPC64() const;84 void SetContextPPC64(MDRawContextPPC64* ppc64);100 MDRawContextPPC64* ppc64;
144 MDRawContextPPC64 context;
55 const MDRawContextPPC64* context,70 const MDRawContextPPC64* context_;
48 const MDRawContextPPC64* context, in StackwalkerPPC64()
88 const MDRawContextPPC64* DumpContext::GetContextPPC64() const { in GetContextPPC64()243 void DumpContext::SetContextPPC64(MDRawContextPPC64* ppc64) { in SetContextPPC64()423 const MDRawContextPPC64* context_ppc64 = GetContextPPC64(); in Print()
85 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()
113 } MDRawContextPPC64; /* Based on ppc_thread_state */ typedef
705 TypedMDRVA<MDRawContextPPC64> context(&writer_); in WriteContextPPC64()713 MDRawContextPPC64 *context_ptr = context.get(); in WriteContextPPC64()