Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A 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()
H A Dminidump_generator.cc109 uintptr_t last_ebp = (*gregs)[R_FP]; in IsLwpCrashedCallback() local
111 uintptr_t last_ebp = (*gregs)[EBP]; in IsLwpCrashedCallback() local
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstackwalker_x86.cc567 uint32_t last_ebp = last_frame->context.ebp; in GetCallerByEBPAtBase() local