Searched refs:esp (Results 151 - 175 of 185) sorted by relevance

12345678

/openbsd-current/regress/sys/netinet/ipsec/
H A DMakefile306 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
308 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
312 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
315 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
319 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
322 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
339 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
341 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
346 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
349 netstat -s -p ${sec:L:S/ipip/ipencap/:S/bundle/esp/} |\
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dsol2-c1.asm60 movl %esp,%ebp
78 addl $0x4,%esp
121 andl $0xfffffff0,%esp
122 subl $4,%esp
139 addl $12,%esp
H A Dlinux-unwind.h153 new_cfa = sc->REG_NAME(esp);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-c1.asm60 movl %esp,%ebp
78 addl $0x4,%esp
121 andl $0xfffffff0,%esp
122 subl $4,%esp
139 addl $12,%esp
H A Dlinux.h270 new_cfa_ = sc_->esp; \
H A Dlinux64.h192 new_cfa_ = sc_->esp; \
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h97 llvm::support::ulittle32_t esp; member in struct:lldb_private::minidump::MinidumpContext_x86_32
H A DRegisterContextMinidump_x86_32.cpp61 writeRegister(&context->esp,
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Drun_i386.S79 mov %eax, %esp
/openbsd-current/sys/arch/i386/include/
H A Dasm.h111 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp31 uint32_t esp; member in struct:GPR
H A DRegisterContextDarwin_i386.h55 uint32_t esp; member in struct:RegisterContextDarwin_i386::GPR
H A DRegisterInfos_i386.h200 DEFINE_GPR(esp, "sp", ehframe_esp_i386, dwarf_esp_i386,
222 DEFINE_GPR_PSEUDO_16(bp, ebp), DEFINE_GPR_PSEUDO_16(sp, esp),
/openbsd-current/sys/arch/amd64/amd64/
H A Dspl.S93 movl 4(%esp),%eax
H A Dacpi_wakecode.S189 addl $(ACPI_TRAMP_DATA), %esp
428 movl $0x0FFE, %esp
473 movl $0x0FFE, %esp
H A Dmptramp.S131 movl $(MP_TRAMP_DATA + NBPG - 16),%esp # bootstrap stack end,
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterFallback.cpp43 R32(eax), R32(ecx), R32(edx), R32(ebx), R32(esp), R32(ebp),
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindRegistersSave.S43 movl 8(%esp), %eax
50 movl %esp, %edx
52 movl %edx, 28(%eax) # store what sp was at call site as esp
55 movl 4(%esp), %edx
62 movl (%esp), %edx
H A DUnwindRegistersRestore.S40 movl 4(%esp), %eax
57 movl 28(%eax), %esp
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ike.c373 const char *esp[] = IPSEC_ESP_INITIALIZER; local
401 if (tp->transform < (sizeof esp / sizeof esp[0]))
402 printf("%s", esp[tp->transform]);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.cpp102 {DEFINE_GPR(esp, "sp"),
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp978 esp = 5, enumerator in enum:i386_eh_regnum
1032 row->SetRegisterLocationToIsCFAPlusOffset(i386_eh_regnum::esp, 0, true);
1108 row->GetCFAValue().SetIsRegisterPlusOffset(i386_eh_regnum::esp, offset);
1112 row->SetRegisterLocationToIsCFAPlusOffset(i386_eh_regnum::esp, 0, true);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dieee.c483 bfd_vma *esp; local
487 esp = expr_stack;
503 if (esp - expr_stack >= EXPR_STACK_SIZE)
508 *esp++ = val;
544 if (esp - expr_stack >= EXPR_STACK_SIZE)
550 *esp++ = bfd_get_section_vma (info->abfd, s);
559 if (esp - expr_stack < 2)
565 v1 = *--esp;
566 v2 = *--esp;
567 *esp
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dieee.c484 bfd_vma *esp; local
488 esp = expr_stack;
504 if (esp - expr_stack >= EXPR_STACK_SIZE)
509 *esp++ = val;
545 if (esp - expr_stack >= EXPR_STACK_SIZE)
551 *esp++ = bfd_get_section_vma (info->abfd, s);
560 if (esp - expr_stack < 2)
566 v1 = *--esp;
567 v2 = *--esp;
568 *esp
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dlynx-nat.c48 X (esp), /* sp */

Completed in 459 milliseconds

12345678