Home
last modified time | relevance | path

Searched defs:StackFramePPC (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame_cpu.h99 struct StackFramePPC : public StackFrame { struct
111 StackFramePPC() : context(), context_validity(CONTEXT_VALID_NONE) {} in StackFramePPC() function
125 struct StackFramePPC64 : public StackFrame { argument