Home
last modified time | relevance | path

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

/system/core/debuggerd/crasher/x86/
Dcrashglue.S31 movl %esp, %eax
33 movl $0, %esp
34 movl (%esp), %ebx
/system/unwinding/libunwindstack/
DAsmGetRegsX86.S35 mov 4(%esp), %eax
42 leal 4(%esp), %ecx
50 movl (%esp), %ecx
DRegsX86.cpp88 (*regs)[X86_REG_ESP] = user->esp; in Read()
99 regs_[X86_REG_ESP] = ucontext->uc_mcontext.esp; in SetFromUcontext()
139 regs_[X86_REG_ESP] = context.esp; in StepIfSignalHandler()
/system/unwinding/libunwindstack/offline_files/eh_frame_bias_x86/
Dregs.txt8 esp: fffe1a30
/system/unwinding/libunwindstack/offline_files/debug_frame_first_x86/
Dregs.txt8 esp: ffcf9e38
/system/unwinding/libunwindstack/offline_files/signal_fde_x86/
Dregs.txt8 esp: ecb37188
/system/unwinding/libunwindstack/offline_files/jit_debug_x86/
Dregs.txt8 esp: ffeb5280
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86.h49 uint32_t esp; member
DUcontextX86.h51 uint32_t esp; member
/system/memory/libmemunreachable/
DThreadCapture.cpp234 offsetof(struct pt_regs, esp) / sizeof(uintptr_t) in PtraceThreadInfo()
/system/extras/simpleperf/
DOfflineUnwinder.cpp120 x86_user_regs.esp = static_cast<uint32_t>(regs.data[PERF_REG_X86_SP]); in GetBacktraceRegs()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp234 x86_ucontext->uc_mcontext.esp = (*regs_x86)[X86_REG_ESP]; in TEST_F()