Searched refs:caller_rip_address (Results 1 – 1 of 1) sorted by relevance
223 uint64_t caller_rip_address, caller_rip; in GetCallerByStackScan() local225 if (!ScanForReturnAddress(last_rsp, &caller_rip_address, &caller_rip, in GetCallerByStackScan()240 frame->context.rsp = caller_rip_address + 8; in GetCallerByStackScan()251 if (caller_rip_address - 8 == last_frame->context.rbp) { in GetCallerByStackScan()254 caller_rbp > caller_rip_address) { in GetCallerByStackScan()258 } else if (last_frame->context.rbp >= caller_rip_address + 8) { in GetCallerByStackScan()