Home
last modified time | relevance | path

Searched refs:rax (Results 1 – 10 of 10) 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/core/debuggerd/crasher/x86_64/
Dcrashglue.S31 movq %rsp, %rax
32 .cfi_def_cfa_register %rax
/system/unwinding/libunwindstack/offline_files/eh_frame_hdr_begin_x86_64/
Dregs.txt1 rax: 92134c6fbbdc12ff
/system/unwinding/libunwindstack/offline_files/load_bias_ro_rx_x86_64/
Dregs.txt1 rax: 3b
/system/unwinding/libunwindstack/offline_files/signal_fde_x86_64/
Dregs.txt1 rax: 0
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86_64.h44 uint64_t rax; member
DUcontextX86_64.h58 uint64_t rax; member
/system/extras/simpleperf/
DOfflineUnwinder.cpp127 x86_64_user_regs.rax = regs.data[PERF_REG_X86_AX]; in GetBacktraceRegs()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp255 x86_64_ucontext->uc_mcontext.rax = (*regs_x86_64)[X86_64_REG_RAX]; in TEST_F()