Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_ppc64.cc62 StackFramePPC64* frame = new StackFramePPC64(); in GetContextFrame()
67 frame->context_validity = StackFramePPC64::CONTEXT_VALID_ALL; in GetContextFrame()
91 StackFramePPC64* last_frame = static_cast<StackFramePPC64*>( in GetCallerFrame()
115 StackFramePPC64* frame = new StackFramePPC64(); in GetCallerFrame()
120 frame->context_validity = StackFramePPC64::CONTEXT_VALID_SRR0 | in GetCallerFrame()
121 StackFramePPC64::CONTEXT_VALID_GPR1; in GetCallerFrame()
/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame_cpu.h126 struct StackFramePPC64 : public StackFrame { struct
138 StackFramePPC64() : context(), context_validity(CONTEXT_VALID_NONE) {} in StackFramePPC64() function