Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/files/offline/eh_frame_hdr_begin_x86_64/
Dregs.txt4 rdx: 92134c6fbbdc1200
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S10 jmp *%rdx
/system/unwinding/libunwindstack/tests/files/offline/load_bias_ro_rx_x86_64/
Dregs.txt4 rdx: 3b
/system/unwinding/libunwindstack/tests/files/offline/signal_fde_x86_64/
Dregs.txt4 rdx: 707eb5aa8380
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86_64.h47 uint64_t rdx; member
DUcontextX86_64.h58 uint64_t rdx; member
/system/unwinding/libunwindstack/
DAsmGetRegsX86_64.S36 movq %rdx, 8(%rdi)
DRegsX86_64.cpp93 (*regs)[X86_64_REG_RDX] = user->rdx; in Read()
120 regs_[X86_64_REG_RDX] = ucontext->uc_mcontext.rdx; in SetFromUcontext()
/system/extras/simpleperf/
DOfflineUnwinder.cpp123 x86_64_user_regs.rdx = regs.data[PERF_REG_X86_DX]; in GetBacktraceRegs()