OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_sparc
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/processor/
stackwalker_selftest.cc
366
StackFrameSPARC *
frame_sparc
= reinterpret_cast<StackFrameSPARC*>(frame);
local
368
frame_sparc
->context.g_r[14],
frame_sparc
->context.g_r[30]);
stackwalk_common.cc
360
const StackFrameSPARC *
frame_sparc
=
local
363
if (
frame_sparc
->context_validity & StackFrameSPARC::CONTEXT_VALID_SP)
364
sequence = PrintRegister("sp",
frame_sparc
->context.g_r[14], sequence);
365
if (
frame_sparc
->context_validity & StackFrameSPARC::CONTEXT_VALID_FP)
366
sequence = PrintRegister("fp",
frame_sparc
->context.g_r[30], sequence);
367
if (
frame_sparc
->context_validity & StackFrameSPARC::CONTEXT_VALID_PC)
368
sequence = PrintRegister("pc",
frame_sparc
->context.pc, sequence);
[
all
...]
Completed in 360 milliseconds