Home
last modified time | relevance | path

Searched refs:StackwalkerPPC (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_ppc.cc47 StackwalkerPPC::StackwalkerPPC(const SystemInfo* system_info, in StackwalkerPPC() function in google_breakpad::StackwalkerPPC
66 StackFrame* StackwalkerPPC::GetContextFrame() { in GetContextFrame()
85 StackFrame* StackwalkerPPC::GetCallerFrame(const CallStack* stack, in GetCallerFrame()
Dstackwalker_ppc.h50 class StackwalkerPPC : public Stackwalker {
56 StackwalkerPPC(const SystemInfo* system_info,
Dstackwalker_selftest.cc94 using google_breakpad::StackwalkerPPC;
334 StackwalkerPPC stackwalker = StackwalkerPPC(NULL, &context, &memory, NULL, in CountCallerFrames()
Dstackwalker.cc220 cpu_stackwalker = new StackwalkerPPC(system_info, in StackwalkerForCPU()