Searched defs:ebp (Results 1 - 25 of 37) sorted by relevance

12

/external/syslinux/com32/include/syslinux/
H A Dbootpm.h46 uint32_t ebp; /* Offset 20 */ member in struct:syslinux_pm_regs
H A Dbootrm.h59 reg32_t ebp; /* Offset 32 */ member in struct:syslinux_rm_regs
/external/syslinux/gpxe/src/arch/i386/include/
H A Dsetjmp.h14 uint32_t ebp; member in struct:__anon20088
H A Dcomboot.h52 com32_reg32_t ebp; /* Offset 16 */ member in struct:__anon20063
68 uint32_t ebp; /* Offset 20 */ member in struct:__anon20064
88 uint32_t ebp; /* Offset 32 */ member in struct:__anon20065
H A Dregisters.h39 * %edx, %esi, %edi, %ebp or %esp.
73 uint32_t ebp; member in union:i386_regs::__anon20078
/external/syslinux/com32/samples/
H A Dentrydump.c27 uint32_t edi, esi, ebp, esp; member in struct:stack_frame
61 sf->esp + 4, sf->ebp, sf->esi, sf->edi,
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c85 /* 8 4 */ void *ebp; /* ebp save */ member in struct:inffast_ar
92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h23 long ebp; member in struct:pt_regs
H A Dvm86.h71 long ebp; member in struct:vm86_regs
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drotate_win.cc28 push ebp
40 lea ebp, [eax + 8] local
61 mov eax, ebp
106 pop ebp
122 push ebp
128 mov ebp, [esp + 16 + 24] // dst_stride_b local
201 movhpd qword ptr [ebx + ebp], xmm4
202 lea ebx, [ebx + 2 * ebp]
210 movhpd qword ptr [ebx + ebp], xmm0
211 lea ebx, [ebx + 2 * ebp]
[all...]
/external/libyuv/files/source/
H A Drotate_win.cc30 push ebp
42 lea ebp, [eax + 8] local
63 mov eax, ebp
108 pop ebp
126 push ebp
132 mov ebp, [esp + 16 + 24] // dst_stride_b local
205 movhpd qword ptr [ebx + ebp], xmm4
206 lea ebx, [ebx + 2 * ebp]
214 movhpd qword ptr [ebx + ebp], xmm0
215 lea ebx, [ebx + 2 * ebp]
[all...]
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dunwind_vdso.c115 unsigned long ebp = _Unwind_GetGR(ctx, 5); local
120 esi == 4 && edi == 5 && ebp == 6;
126 eax, ebx, ecx, edx, esi, edi, ebp);
/external/strace/linux/x86_64/
H A Darch_regs.c13 uint32_t ebp; member in struct:i386_user_regs_struct
/external/syslinux/core/include/
H A Dthread.h29 uint32_t edi, esi, ebp, ebx; member in struct:thread_stack
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c80 /* 8 4 */ void *ebp; /* ebp save */ member in struct:inffast_ar
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
474 " movl %%ebp, 4(%%eax)\n"
480 " movl 32(%%esp), %%ebp\n" /* ebp = lcode */
506 " movl (%%ebp,%%eax,4), %%eax\n" /* eax = lcode[hold & lmask] */
571 " movl %%eax, %%ebp\n" /* dist = this */
572 " shrl $16, %%ebp\
807 mov ebp, [esp+32] /* ebp = lcode */ local
898 mov ebp, eax /* dist = this */ local
899 shr ebp, 16 /* dist = this.val */ local
929 add ebp, eax /* dist += hold & ((1 << op) - 1) */ local
952 mov ebp, [esp+32] /* ebp = lcode */ local
958 mov ebp, [esp+32] /* ebp = lcode */ local
963 cmp ebp, 1 /* if dist 1, is a memset */ local
979 mov ebp, [esp+32] /* ebp = lcode */ local
1087 mov ebp, [esp+32] /* ebp = lcode */ local
1118 mov ebp, [esp+4] /* restore esp, ebp */ local
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_x86.h127 uint32_t ebp; member in struct:__anon6780
/external/google-breakpad/src/processor/
H A Dstackwalker_selftest.cc145 // GetEBP returns the current value of the %ebp register. Because it's
146 // implemented as a function, %ebp itself contains GetEBP's frame pointer
147 // and not the caller's frame pointer. Dereference %ebp to obtain the
154 uint32_t ebp; local
156 "movl (%%ebp), %0"
157 : "=a" (ebp)
159 return ebp;
163 // The caller's %esp is 8 higher than the value of %ebp in this function,
166 // the caller's %esp, and this function's prolog will save the caller's %ebp
167 // on the stack as well, for another 4 bytes, before storing %esp in %ebp
170 uint32_t ebp; local
[all...]
H A Dstackwalker_x86.cc71 { "$ebp", NULL, true,
72 StackFrameX86::CONTEXT_VALID_EBP, &MDRawContextX86::ebp },
203 // Set up the dictionary for the PostfixEvaluator. %ebp and %esp are used
208 dictionary["$ebp"] = last_frame->context.ebp;
282 // value of %ebp can be recovered from a location in its stack frame,
285 // Functions that fall into this category use the %ebp register for
287 // %ebp before returning. These functions create their stack frame
297 // saved return address. The saved value of %ebp to be restored for
305 // least, save %ebp
443 uint32_t ebp = dictionary["$ebp"]; local
[all...]
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h12 __u32 ebp; member in struct:v86_regs
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86JITInfo.cpp198 "pushl %ebp\n"
200 CFI(".cfi_offset %ebp, -8\n")
201 "movl %esp, %ebp\n" // Standard prologue
202 CFI(".cfi_def_cfa_register %ebp\n")
213 "movl 4(%ebp), %eax\n" // Pass prev frame and return address
215 "movl %ebp, (%esp)\n"
217 "movl %ebp, %esp\n" // Restore ESP
230 "popl %ebp\n"
232 CFI(".cfi_restore %ebp\n")
247 "pushl %ebp\
308 mov ebp, esp local
[all...]
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dseccomp_macros.h64 long int ebp; member in struct:regs_struct
89 #define SECCOMP_PT_PARM6(_regs) (_regs).ebp
/external/syslinux/com32/include/
H A Dcom32.h66 reg32_t ebp; /* Offset 16 */ member in struct:__anon19296
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc211 __ mov(Operand::StaticVariable(c_entry_fp_address), ebp); local
224 __ sub(edx, ebp);
231 __ mov(edi, Operand(ebp, CommonFrameConstants::kContextOrFrameTypeOffset));
233 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/x87/
H A Ddeoptimizer-x87.cc206 __ mov(Operand::StaticVariable(c_entry_fp_address), ebp); local
244 __ sub(edx, ebp);
252 __ mov(edi, Operand(ebp, CommonFrameConstants::kContextOrFrameTypeOffset));
254 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
H A Dsalproc.h50 UINT32 ebp; member in struct:tagIA32_BIOS_REGISTER_STATE

Completed in 875 milliseconds

12