Searched refs:caller_rbp (Results 1 – 1 of 1) sorted by relevance
172 uint64_t caller_rip, caller_rbp; in GetCallerByFramePointerRecovery() local174 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() local230 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()