Searched refs:MDRawContextPPC64 (Results 1 – 8 of 8) sorted by relevance
62 const MDRawContextPPC64* GetContextPPC64() const;80 void SetContextPPC64(MDRawContextPPC64* ppc64);96 MDRawContextPPC64* ppc64;
144 MDRawContextPPC64 context;
55 const MDRawContextPPC64* context,70 const MDRawContextPPC64* context_;
47 const MDRawContextPPC64* context, in StackwalkerPPC64()
91 const MDRawContextPPC64* DumpContext::GetContextPPC64() const { in GetContextPPC64()200 void DumpContext::SetContextPPC64(MDRawContextPPC64* ppc64) { in SetContextPPC64()379 const MDRawContextPPC64* context_ppc64 = GetContextPPC64(); in Print()
86 if (context_size == sizeof(MDRawContextPPC64)) in IsContextSizeUnique()431 if (!IsContextSizeUnique(sizeof(MDRawContextPPC64))) { in Read()549 } else if (expected_size == sizeof(MDRawContextPPC64)) { in Read()561 scoped_ptr<MDRawContextPPC64> context_ppc64(new MDRawContextPPC64()); in Read()588 sizeof(MDRawContextPPC64) - flags_size)) { in Read()
113 } MDRawContextPPC64; /* Based on ppc_thread_state */ typedef
685 TypedMDRVA<MDRawContextPPC64> context(&writer_); in WriteContextPPC64()693 MDRawContextPPC64 *context_ptr = context.get(); in WriteContextPPC64()