Searched refs:eax (Results 1 – 12 of 12) sorted by relevance
/system/unwinding/libunwindstack/ |
D | AsmGetRegsX86.S | 35 mov 4(%esp), %eax 36 movl $0, (%eax) 37 movl %ecx, 4(%eax) 38 movl %edx, 8(%eax) 39 movl %ebx, 12(%eax) 43 movl %ecx, 16(%eax) 45 movl %ebp, 20(%eax) 46 movl %esi, 24(%eax) 47 movl %edi, 28(%eax) 51 movl %ecx, 32(%eax) [all …]
|
D | RegsX86.cpp | 81 (*regs)[X86_REG_EAX] = user->eax; in Read() 103 regs_[X86_REG_EAX] = ucontext->uc_mcontext.eax; in SetFromUcontext() 143 regs_[X86_REG_EAX] = context.eax; in StepIfSignalHandler()
|
/system/core/debuggerd/crasher/x86/ |
D | crashglue.S | 19 movl $0xa5a50000, %eax 31 movl %esp, %eax 32 .cfi_def_cfa_register %eax
|
/system/unwinding/libunwindstack/offline_files/eh_frame_bias_x86/ |
D | regs.txt | 1 eax: fffffffc
|
/system/unwinding/libunwindstack/offline_files/debug_frame_first_x86/ |
D | regs.txt | 1 eax: 1d88ef8c
|
/system/unwinding/libunwindstack/offline_files/signal_fde_x86/ |
D | regs.txt | 1 eax: 5aeec4ac
|
/system/unwinding/libunwindstack/offline_files/jit_debug_x86/ |
D | regs.txt | 1 eax: eb8cccd0
|
/system/core/debuggerd/crasher/x86_64/ |
D | crashglue.S | 19 movl $0xa5a50000, %eax
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | UserX86.h | 40 uint32_t eax; member
|
D | UcontextX86.h | 55 uint32_t eax; member
|
/system/extras/simpleperf/ |
D | OfflineUnwinder.cpp | 113 x86_user_regs.eax = static_cast<uint32_t>(regs.data[PERF_REG_X86_AX]); in GetBacktraceRegs()
|
/system/unwinding/libunwindstack/tests/ |
D | AndroidUnwinderTest.cpp | 238 x86_ucontext->uc_mcontext.eax = (*regs_x86)[X86_REG_EAX]; in TEST_F()
|