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.cc134 void* GetNextFrame(void** last_ebp) { in GetNextFrame()
145 void* GetNextFrame(void* last_ebp) { in GetNextFrame()
149 void* GetNextFrame(void** last_ebp) { in GetNextFrame()
Dminidump_generator.cc109 uintptr_t last_ebp = (*gregs)[R_FP]; in IsLwpCrashedCallback() local
111 uintptr_t last_ebp = (*gregs)[EBP]; in IsLwpCrashedCallback() local
/external/google-breakpad/src/processor/
Dstackwalker_x86.cc567 uint32_t last_ebp = last_frame->context.ebp; in GetCallerByEBPAtBase() local