Home
last modified time | relevance | path

Searched refs:eax (Results 1 – 12 of 12) sorted by relevance

/system/unwinding/libunwindstack/
DAsmGetRegsX86.S35 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 …]
DRegsX86.cpp81 (*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/
Dcrashglue.S19 movl $0xa5a50000, %eax
31 movl %esp, %eax
32 .cfi_def_cfa_register %eax
/system/unwinding/libunwindstack/offline_files/eh_frame_bias_x86/
Dregs.txt1 eax: fffffffc
/system/unwinding/libunwindstack/offline_files/debug_frame_first_x86/
Dregs.txt1 eax: 1d88ef8c
/system/unwinding/libunwindstack/offline_files/signal_fde_x86/
Dregs.txt1 eax: 5aeec4ac
/system/unwinding/libunwindstack/offline_files/jit_debug_x86/
Dregs.txt1 eax: eb8cccd0
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S19 movl $0xa5a50000, %eax
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86.h40 uint32_t eax; member
DUcontextX86.h55 uint32_t eax; member
/system/extras/simpleperf/
DOfflineUnwinder.cpp113 x86_user_regs.eax = static_cast<uint32_t>(regs.data[PERF_REG_X86_AX]); in GetBacktraceRegs()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp238 x86_ucontext->uc_mcontext.eax = (*regs_x86)[X86_REG_EAX]; in TEST_F()