Searched refs:caller_rip (Results 1 – 1 of 1) sorted by relevance
172 uint64_t caller_rip, caller_rbp; in GetCallerByFramePointerRecovery() local173 if (memory_->GetMemoryAtAddress(last_rbp + 8, &caller_rip) && in GetCallerByFramePointerRecovery()184 frame->context.rip = caller_rip; in GetCallerByFramePointerRecovery()200 uint64_t caller_rip_address, caller_rip; in GetCallerByStackScan() local202 if (!ScanForReturnAddress(last_rsp, &caller_rip_address, &caller_rip, in GetCallerByStackScan()214 frame->context.rip = caller_rip; in GetCallerByStackScan()