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

  /external/google-breakpad/src/processor/
stackwalker_selftest.cc 363 StackFramePPC *frame_ppc = reinterpret_cast<StackFramePPC*>(frame); local
364 printf(" gpr[1] = 0x%08x\n", frame_ppc->context.gpr[1]);
stackwalk_common.cc 314 const StackFramePPC *frame_ppc = local
317 if (frame_ppc->context_validity & StackFramePPC::CONTEXT_VALID_SRR0)
318 sequence = PrintRegister("srr0", frame_ppc->context.srr0, sequence);
319 if (frame_ppc->context_validity & StackFramePPC::CONTEXT_VALID_GPR1)
320 sequence = PrintRegister("r1", frame_ppc->context.gpr[1], sequence);
    [all...]

Completed in 3099 milliseconds