Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_amd64.cc182 uint64_t caller_rip, caller_rbp; in GetCallerByFramePointerRecovery() local
183 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() local
225 if (!ScanForReturnAddress(last_rsp, &caller_rip_address, &caller_rip, in GetCallerByStackScan()
237 frame->context.rip = caller_rip; in GetCallerByStackScan()