Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/files/offline/eh_frame_hdr_begin_x86_64/
Dregs.txt2 rbx: 0
/system/unwinding/libunwindstack/tests/files/offline/load_bias_ro_rx_x86_64/
Dregs.txt2 rbx: 3b
/system/unwinding/libunwindstack/tests/files/offline/signal_fde_x86_64/
Dregs.txt2 rbx: 707d82c59c60
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86_64.h40 uint64_t rbx; member
DUcontextX86_64.h57 uint64_t rbx; member
/system/unwinding/libunwindstack/
DAsmGetRegsX86_64.S38 movq %rbx, 24(%rdi)
DRegsX86_64.cpp91 (*regs)[X86_64_REG_RBX] = user->rbx; in Read()
119 regs_[X86_64_REG_RBX] = ucontext->uc_mcontext.rbx; in SetFromUcontext()
/system/extras/simpleperf/
DOfflineUnwinder.cpp121 x86_64_user_regs.rbx = regs.data[PERF_REG_X86_BX]; in GetBacktraceRegs()