Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 11 of 11) sorted by relevance

/system/unwinding/libunwindstack/tests/files/offline/eh_frame_bias_x86/
Dregs.txt2 ebx: 4
/system/unwinding/libunwindstack/tests/files/offline/debug_frame_first_x86/
Dregs.txt2 ebx: 56599fe8
/system/unwinding/libunwindstack/tests/files/offline/signal_fde_x86/
Dregs.txt2 ebx: 5aeec4ac
/system/unwinding/libunwindstack/tests/files/offline/jit_debug_x86/
Dregs.txt2 ebx: eb8cccd0
/system/unwinding/libunwindstack/
DRegsX86.cpp82 (*regs)[X86_REG_EBX] = user->ebx; in Read()
100 regs_[X86_REG_EBX] = ucontext->uc_mcontext.ebx; in SetFromUcontext()
141 regs_[X86_REG_EBX] = context.ebx; in StepIfSignalHandler()
DAsmGetRegsX86.S39 movl %ebx, 12(%eax)
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S6 movl $0xa5a50001, %ebx
/system/core/debuggerd/crasher/x86/
Dcrashglue.S6 movl $0xa5a50001, %ebx
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86.h35 uint32_t ebx; member
DUcontextX86.h53 uint32_t ebx; member
/system/extras/simpleperf/
DOfflineUnwinder.cpp107 x86_user_regs.ebx = static_cast<uint32_t>(regs.data[PERF_REG_X86_BX]); in GetBacktraceRegs()