Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/files/offline/eh_frame_hdr_begin_x86_64/
Dregs.txt11 rip: 561550b17a80
/system/unwinding/libunwindstack/tests/files/offline/load_bias_ro_rx_x86_64/
Dregs.txt17 rip: 7f9326a57dd4
/system/unwinding/libunwindstack/tests/files/offline/signal_fde_x86_64/
Dregs.txt17 rip: 5bb41271e15b
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86_64.h51 uint64_t rip; member
DUcontextX86_64.h62 uint64_t rip; member
/system/unwinding/libunwindstack/
DRegsX86_64.cpp106 (*regs)[X86_64_REG_RIP] = user->rip; in Read()
124 regs_[X86_64_REG_RIP] = ucontext->uc_mcontext.rip; in SetFromUcontext()
/system/extras/simpleperf/
DOfflineUnwinder.cpp136 x86_64_user_regs.rip = regs.data[PERF_REG_X86_IP]; in GetBacktraceRegs()