Home
last modified time | relevance | path

Searched refs:esi (Results 1 – 10 of 10) sorted by relevance

/system/unwinding/libunwindstack/offline_files/eh_frame_bias_x86/
Dregs.txt7 esi: ffffffff
/system/unwinding/libunwindstack/offline_files/debug_frame_first_x86/
Dregs.txt7 esi: 1
/system/unwinding/libunwindstack/offline_files/signal_fde_x86/
Dregs.txt7 esi: b
/system/unwinding/libunwindstack/offline_files/jit_debug_x86/
Dregs.txt7 esi: ffeb5c00
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86.h37 uint32_t esi; member
DUcontextX86.h49 uint32_t esi; member
/system/unwinding/libunwindstack/
DAsmGetRegsX86.S46 movl %esi, 24(%eax)
DRegsX86.cpp87 (*regs)[X86_REG_ESI] = user->esi; in Read()
97 regs_[X86_REG_ESI] = ucontext->uc_mcontext.esi; in SetFromUcontext()
/system/extras/simpleperf/
DOfflineUnwinder.cpp119 x86_user_regs.esi = static_cast<uint32_t>(regs.data[PERF_REG_X86_SI]); in GetBacktraceRegs()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp232 x86_ucontext->uc_mcontext.esi = (*regs_x86)[X86_REG_ESI]; in TEST_F()