Home
last modified time | relevance | path

Searched refs:CONTEXT_VALID_SRR0 (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame_cpu.h107 CONTEXT_VALID_SRR0 = 1 << 0, enumerator
133 CONTEXT_VALID_SRR0 = 1 << 0, enumerator
/external/google-breakpad/src/processor/
Dstackwalker_ppc64.cc121 frame->context_validity = StackFramePPC64::CONTEXT_VALID_SRR0 | in GetCallerFrame()
Dstackwalker_ppc.cc130 frame->context_validity = StackFramePPC::CONTEXT_VALID_SRR0 | in GetCallerFrame()
Dstackwalk_common.cc317 if (frame_ppc->context_validity & StackFramePPC::CONTEXT_VALID_SRR0) in PrintStack()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm185 if (frame_ppc->context_validity & StackFramePPC::CONTEXT_VALID_SRR0)