Home
last modified time | relevance | path

Searched refs:StackFramePPC64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstackwalker_ppc64.cc66 StackFramePPC64* frame = new StackFramePPC64(); in GetContextFrame()
71 frame->context_validity = StackFramePPC64::CONTEXT_VALID_ALL; in GetContextFrame()
95 StackFramePPC64* last_frame = static_cast<StackFramePPC64*>( in GetCallerFrame()
119 scoped_ptr<StackFramePPC64> frame(new StackFramePPC64()); in GetCallerFrame()
124 frame->context_validity = StackFramePPC64::CONTEXT_VALID_SRR0 | in GetCallerFrame()
125 StackFramePPC64::CONTEXT_VALID_GPR1; in GetCallerFrame()
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame_cpu.h125 struct StackFramePPC64 : public StackFrame { struct
137 StackFramePPC64() : context(), context_validity(CONTEXT_VALID_NONE) {} in StackFramePPC64() function