Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc131 void *GetNextFrame(void **last_ebp) { in GetNextFrame()
142 void *GetNextFrame(void *last_ebp) { in GetNextFrame()
146 void *GetNextFrame(void **last_ebp) { in GetNextFrame()
Dminidump_generator.cc105 uintptr_t last_ebp = (*gregs)[R_FP]; in IsLwpCrashedCallback() local
107 uintptr_t last_ebp = (*gregs)[EBP]; in IsLwpCrashedCallback() local
/external/google-breakpad/src/processor/
Dstackwalker_x86.cc537 uint32_t last_ebp = last_frame->context.ebp; in GetCallerByEBPAtBase() local