OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackFramePPC
(Results
1 - 4
of
4
) sorted by null
/external/google-breakpad/src/processor/
stackwalker_ppc.cc
71
StackFramePPC
* frame = new
StackFramePPC
();
76
frame->context_validity =
StackFramePPC
::CONTEXT_VALID_ALL;
100
StackFramePPC
* last_frame = static_cast<
StackFramePPC
*>(
124
StackFramePPC
* frame = new
StackFramePPC
();
129
frame->context_validity =
StackFramePPC
::CONTEXT_VALID_SRR0 |
130
StackFramePPC
::CONTEXT_VALID_GPR1;
139
// return address value may access the context.srr0 field of
StackFramePPC
[
all
...]
stackwalker_selftest.cc
85
using google_breakpad::
StackFramePPC
;
363
StackFramePPC
*frame_ppc = reinterpret_cast<
StackFramePPC
*>(frame);
stackwalk_common.cc
314
const
StackFramePPC
*frame_ppc =
315
reinterpret_cast<const
StackFramePPC
*>(frame);
317
if (frame_ppc->context_validity &
StackFramePPC
::CONTEXT_VALID_SRR0)
319
if (frame_ppc->context_validity &
StackFramePPC
::CONTEXT_VALID_GPR1)
[
all
...]
/external/google-breakpad/src/google_breakpad/processor/
stack_frame_cpu.h
100
struct
StackFramePPC
: public StackFrame {
112
StackFramePPC
() : context(), context_validity(CONTEXT_VALID_NONE) {}
Completed in 8027 milliseconds