Searched refs:caller_rip_address (Results 1 – 1 of 1) sorted by relevance
200 uint64_t caller_rip_address, caller_rip; in GetCallerByStackScan() local202 if (!ScanForReturnAddress(last_rsp, &caller_rip_address, &caller_rip, in GetCallerByStackScan()217 frame->context.rsp = caller_rip_address + 8; in GetCallerByStackScan()228 if (caller_rip_address - 8 == last_frame->context.rbp) { in GetCallerByStackScan()231 caller_rbp > caller_rip_address) { in GetCallerByStackScan()235 } else if (last_frame->context.rbp >= caller_rip_address + 8) { in GetCallerByStackScan()