Searched refs:last_rbp (Results 1 – 1 of 1) sorted by relevance
154 uint64_t last_rbp = last_frame->context.rbp; in GetCallerByFramePointerRecovery() local173 if (memory_->GetMemoryAtAddress(last_rbp + 8, &caller_rip) && in GetCallerByFramePointerRecovery()174 memory_->GetMemoryAtAddress(last_rbp, &caller_rbp)) { in GetCallerByFramePointerRecovery()175 uint64_t caller_rsp = last_rbp + 16; in GetCallerByFramePointerRecovery()178 if (caller_rbp < last_rbp || caller_rsp < last_rsp) in GetCallerByFramePointerRecovery()