Home
last modified time | relevance | path

Searched refs:caller_rip_address (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_amd64.cc223 uint64_t caller_rip_address, caller_rip; in GetCallerByStackScan() local
225 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()