Home
last modified time | relevance | path

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

/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()
140 regs_[X86_REG_ESP] = context.esp; in StepIfSignalHandler()
/system/unwinding/libunwindstack/tests/files/offline/eh_frame_bias_x86/
Dregs.txt8 esp: fffe1a30
/system/unwinding/libunwindstack/tests/files/offline/debug_frame_first_x86/
Dregs.txt8 esp: ffcf9e38
/system/unwinding/libunwindstack/tests/files/offline/signal_fde_x86/
Dregs.txt8 esp: ecb37188
/system/unwinding/libunwindstack/tests/files/offline/jit_debug_x86/
Dregs.txt8 esp: ffeb5280
/system/unwinding/libunwindstack/include/unwindstack/
DUserX86.h50 uint32_t esp; member
DUcontextX86.h52 uint32_t esp; member
/system/memory/libmemunreachable/
DThreadCapture.cpp232 offsetof(struct pt_regs, esp) / sizeof(uintptr_t) in PtraceThreadInfo()
/system/extras/simpleperf/
DOfflineUnwinder.cpp113 x86_user_regs.esp = static_cast<uint32_t>(regs.data[PERF_REG_X86_SP]); in GetBacktraceRegs()