HomeSort by relevance Sort by last modified time
    Searched refs:StackFramePPC64 (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/processor/
stackwalker_ppc64.cc 62 StackFramePPC64* frame = new StackFramePPC64();
67 frame->context_validity = StackFramePPC64::CONTEXT_VALID_ALL;
91 StackFramePPC64* last_frame = static_cast<StackFramePPC64*>(
115 StackFramePPC64* frame = new StackFramePPC64();
120 frame->context_validity = StackFramePPC64::CONTEXT_VALID_SRR0 |
121 StackFramePPC64::CONTEXT_VALID_GPR1;
130 // return address value may access the context.srr0 field of StackFramePPC64
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_cpu.h 126 struct StackFramePPC64 : public StackFrame {
138 StackFramePPC64() : context(), context_validity(CONTEXT_VALID_NONE) {}

Completed in 771 milliseconds