Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DAsmGetRegsX86_64.S35 movq %rax, (%rdi)
44 lea 8(%rsp), %rax
45 movq %rax, 56(%rdi)
57 movq (%rsp), %rax
58 movq %rax, 128(%rdi)
DRegsX86_64.cpp90 (*regs)[X86_64_REG_RAX] = user->rax; in Read()
121 regs_[X86_64_REG_RAX] = ucontext->uc_mcontext.rax; in SetFromUcontext()
/system/unwinding/libunwindstack/tests/files/offline/eh_frame_hdr_begin_x86_64/
Dregs.txt1 rax: 92134c6fbbdc12ff
/system/unwinding/libunwindstack/tests/files/offline/load_bias_ro_rx_x86_64/
Dregs.txt1 rax: 3b
/system/unwinding/libunwindstack/tests/files/offline/signal_fde_x86_64/
Dregs.txt1 rax: 0
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86_64.h45 uint64_t rax; member
DUcontextX86_64.h59 uint64_t rax; member
/system/extras/simpleperf/
DOfflineUnwinder.cpp120 x86_64_user_regs.rax = regs.data[PERF_REG_X86_AX]; in GetBacktraceRegs()