Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_amd64.cc172 uint64_t caller_rip, caller_rbp; in GetCallerByFramePointerRecovery() local
174 memory_->GetMemoryAtAddress(last_rbp, &caller_rbp)) { in GetCallerByFramePointerRecovery()
178 if (caller_rbp < last_rbp || caller_rsp < last_rsp) in GetCallerByFramePointerRecovery()
186 frame->context.rbp = caller_rbp; in GetCallerByFramePointerRecovery()
229 uint64_t caller_rbp = 0; in GetCallerByStackScan() local
230 if (memory_->GetMemoryAtAddress(last_frame->context.rbp, &caller_rbp) && in GetCallerByStackScan()
231 caller_rbp > caller_rip_address) { in GetCallerByStackScan()
232 frame->context.rbp = caller_rbp; in GetCallerByStackScan()