Searched refs:caller_rip (Results 1 – 1 of 1) sorted by relevance
182 uint64_t caller_rip, caller_rbp; in GetCallerByFramePointerRecovery() local183 if (memory_->GetMemoryAtAddress(last_rbp + 8, &caller_rip) && in GetCallerByFramePointerRecovery()189 if (is_non_canonical(caller_rip)) { in GetCallerByFramePointerRecovery()207 frame->context.rip = caller_rip; in GetCallerByFramePointerRecovery()223 uint64_t caller_rip_address, caller_rip; in GetCallerByStackScan() local225 if (!ScanForReturnAddress(last_rsp, &caller_rip_address, &caller_rip, in GetCallerByStackScan()237 frame->context.rip = caller_rip; in GetCallerByStackScan()