Searched defs:esp (Results 1 - 25 of 39) sorted by relevance

12

/external/tcpdump/
H A Desp.h1 /* $NetBSD: esp.h,v 1.13 2000/09/26 08:37:38 itojun Exp $ */
2 /* $KAME: esp.h,v 1.15 2000/09/20 18:15:22 itojun Exp $ */
40 struct esp { struct
H A Dprint-esp.c26 "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.58 2007-12-07 00:03:07 mcr Exp $ (LBL)";
54 #include "esp.h"
546 register const struct newesp *esp; local
563 esp = (struct newesp *)bp;
578 if ((u_char *)(esp + 1) >= ep) {
582 (*ndo->ndo_printf)(ndo, "ESP(spi=0x%08x", EXTRACT_32BITS(&esp->esp_spi));
583 (*ndo->ndo_printf)(ndo, ",seq=0x%x)", EXTRACT_32BITS(&esp->esp_seq));
614 if (sa->spi == EXTRACT_32BITS(&esp->esp_spi) &&
632 if (sa->spi == EXTRACT_32BITS(&esp->esp_spi) &&
662 ivoff = (u_char *)(esp
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h117 // Entry to a function: push %ebp; mov %esp,%ebp
123 // Entry to a function, second instruction: push %ebp; mov %esp,%ebp
139 // flow matching if both eip and esp looks reasonable.
141 const int esp = signal_ucontext.uc_mcontext.gregs[REG_ESP]; local
143 (esp & 0xffff0000) != 0) {
149 void **retaddr = (void**)(esp + callunrollinfo[i].return_sp_offset);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dgetpc.h114 // Entry to a function: push %ebp; mov %esp,%ebp
120 // Entry to a function, second instruction: push %ebp; mov %esp,%ebp
136 // flow matching if both eip and esp looks reasonable.
138 const int esp = signal_ucontext.uc_mcontext.gregs[REG_ESP]; local
140 (esp & 0xffff0000) != 0) {
146 void **retaddr = (void**)(esp + callunrollinfo[i].return_sp_offset);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_stdlib.c46 mov ebp,esp
47 sub esp,20h local
48 and esp,0FFFFFFF0h local
50 fst dword ptr [esp+18h]
51 fistp qword ptr [esp+10h]
52 fild qword ptr [esp+10h]
53 mov edx,dword ptr [esp+18h]
54 mov eax,dword ptr [esp+10h]
61 fstp dword ptr [esp]
62 mov ecx,dword ptr [esp]
102 sub esp,0Ch local
120 add esp,0Ch local
[all...]
/external/iptables/extensions/
H A Dlibxt_esp.c12 "esp match options:\n"
52 const struct xt_esp *esp = (struct xt_esp *)match->data; local
54 printf(" esp");
55 print_spis("spi", esp->spis[0], esp->spis[1],
56 esp->invflags & XT_ESP_INV_SPI);
57 if (esp->invflags & ~XT_ESP_INV_MASK)
59 esp->invflags & ~XT_ESP_INV_MASK);
84 .name = "esp",
/external/clang/test/Sema/
H A Dasm.c126 void *esp; local
127 __asm__ volatile ("mov %%esp, %o" : "=r"(esp) : : ); // expected-error {{invalid % escape in inline assembly string}}
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
H A DInstallerActivity.java1 package com.svox.pico.voice.spa.esp;
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c84 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h33 long esp; member in struct:pt_regs
H A Dvm86.h81 long esp; member in struct:vm86_regs
H A Dsigcontext.h113 unsigned long esp; member in struct:sigcontext
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-x86-darwin.c122 Addr esp; local
129 esp = sp_top_of_frame - sizeof(struct hacky_sigframe);
130 esp -= 4; /* ELF ABI says that esp+4 must be 16 aligned on
134 if (!extend(tst, esp, sp_top_of_frame - esp))
137 vg_assert(VG_IS_16_ALIGNED(esp+4));
139 frame = (struct hacky_sigframe *) esp;
163 vg_assert(esp == (Addr)&frame->returnAddr);
164 VG_(set_SP)(tid, esp);
198 Addr esp; local
[all...]
H A Dsigframe-x86-linux.c377 SC2(esp,ESP);
469 Addr esp = esp_top_of_frame; local
477 esp -= sizeof(*frame);
478 esp = VG_ROUNDDN(esp, 16);
479 frame = (struct sigframe *)esp;
481 if (!extend(tst, esp, sizeof(*frame)))
486 esp, offsetof(struct sigframe, vg) );
510 esp, offsetof(struct sigframe, vg) );
514 return esp;
527 Addr esp = esp_top_of_frame; local
591 Addr esp; local
699 Addr esp; local
[all...]
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c79 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
457 /* put in, out, bits, and hold back into ar and pop esp */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
475 " movl %%eax, %%esp\n"
476 " movl 8(%%esp), %%esi\n" /* esi = in */
477 " movl 16(%%esp), %%edi\n" /* edi = out */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
479 " movl 44(%%esp),
802 mov esp, eax local
1119 mov esp, [esp] local
[all...]
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h16 __u32 esp; member in struct:v86_regs
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h105 uint32_t esp; member in struct:RegisterContext_i386::GPR
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp202 "movl %esp, %ebp\n" // Standard prologue
211 "andl $-16, %esp\n" // Align ESP on 16-byte boundary
213 "subl $16, %esp\n"
215 "movl %eax, 4(%esp)\n"
216 "movl %ebp, (%esp)\n"
218 "movl %ebp, %esp\n" // Restore ESP
219 CFI(".cfi_def_cfa_register %esp\n")
220 "subl $12, %esp\n"
251 "movl %esp, %ebp\n" // Standard prologue
259 "andl $-16, %esp\
313 and esp, -16 local
319 mov esp, ebp local
320 sub esp, 12 local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drotate.cc86 mov eax, [esp + 12 + 4] // src
87 mov edi, [esp + 12 + 8] // src_stride
88 mov edx, [esp + 12 + 12] // dst
89 mov esi, [esp + 12 + 16] // dst_stride
90 mov ecx, [esp + 12 + 20] // width
181 mov eax, [esp + 16 + 4] // src
182 mov edi, [esp + 16 + 8] // src_stride
183 mov edx, [esp + 16 + 12] // dst_a
184 mov esi, [esp + 16 + 16] // dst_stride_a
185 mov ebx, [esp
188 sub esp, 4 + 16 local
189 and esp, ~15 local
291 mov esp, [esp + 16] local
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drotate.cc86 mov eax, [esp + 12 + 4] // src
87 mov edi, [esp + 12 + 8] // src_stride
88 mov edx, [esp + 12 + 12] // dst
89 mov esi, [esp + 12 + 16] // dst_stride
90 mov ecx, [esp + 12 + 20] // width
181 mov eax, [esp + 16 + 4] // src
182 mov edi, [esp + 16 + 8] // src_stride
183 mov edx, [esp + 16 + 12] // dst_a
184 mov esi, [esp + 16 + 16] // dst_stride_a
185 mov ebx, [esp
188 sub esp, 4 + 16 local
189 and esp, ~15 local
291 mov esp, [esp + 16] local
[all...]
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc136 const u_int32_t esp = contextX86->esp; local
144 for (u_int64_t addr = esp; addr < last; addr += 4) {
147 if (value >= esp && value < last) {
/external/libyuv/files/source/
H A Drotate.cc70 mov eax, [esp + 12 + 4] // src
71 mov edi, [esp + 12 + 8] // src_stride
72 mov edx, [esp + 12 + 12] // dst
73 mov esi, [esp + 12 + 16] // dst_stride
74 mov ecx, [esp + 12 + 20] // width
165 mov eax, [esp + 16 + 4] // src
166 mov edi, [esp + 16 + 8] // src_stride
167 mov edx, [esp + 16 + 12] // dst_a
168 mov esi, [esp + 16 + 16] // dst_stride_a
169 mov ebx, [esp
172 sub esp, 4 + 16 local
173 and esp, ~15 local
275 mov esp, [esp + 16] local
[all...]
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h72 uint32_t esp; member in struct:RegisterContextDarwin_i386::GPR
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c79 // 4(%esp) == stack
80 // 8(%esp) == retaddr
81 // 12(%esp) == f
82 // 16(%esp) == arg1
87 " movl %esp, %esi\n" // remember old stack pointer
88 " movl 4(%esi), %esp\n" // set stack
112 int (fn)(void*) in 0+FSZ(%esp)
113 void* child_stack in 4+FSZ(%esp)
114 int flags in 8+FSZ(%esp)
115 void* arg in 12+FSZ(%esp)
208 do_clone( ThreadId ptid, UInt flags, Addr esp, Int* parent_tidptr, Int* child_tidptr, vki_modify_ldt_t *tlsinfo) argument
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen-x86.h46 vki_uint32_t esp; member in struct:vki_xen_cpu_user_regs

Completed in 1053 milliseconds

12