Searched refs:esp (Results 1 - 5 of 5) sorted by relevance

/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c87 uint32_t esp; member in struct:__anon382
109 frame->stack_top = state->esp;
110 if (state->esp < next_esp) {
111 frame->stack_size = next_esp - state->esp;
114 state->esp = next_esp;
132 state.esp = uc->uc_mcontext.gregs[REG_ESP];
151 state.esp = regs.esp;
/system/core/debuggerd/x86/
H A Dmachine.c56 _LOG(log, only_in_tombstone, " eip %08x ebp %08x esp %08x flags %08x\n",
57 r.eip, r.ebp, r.esp, r.eflags);
/system/core/include/corkscrew/
H A Dptrace.h63 uint32_t esp; member in struct:pt_regs_x86
/system/core/libcutils/arch-x86/
H A Dsse2-memset32-atom.S84 # define SETRTNVAL movl DEST(%esp), %eax
115 movl (%esp), %ebx
135 movl LEN(%esp), %ecx
142 mov DWDS(%esp), %eax
145 movl DEST(%esp), %edx
H A Dsse2-memset16-atom.S86 # define SETRTNVAL movl DEST(%esp), %eax
115 movl (%esp), %ebx
135 movl LEN(%esp), %ecx
142 movzwl CHR(%esp), %eax
147 movl DEST(%esp), %edx

Completed in 691 milliseconds