Searched refs:ebp (Results 101 - 122 of 122) sorted by relevance

12345

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h172 fs->regs.reg[5].loc.offset = (long)&sc->REG_NAME(ebp) - new_cfa;
/freebsd-11-stable/stand/pc98/btx/btxldr/
H A Dbtxldr.S94 movl %eax,%ebp # Base of user stack
122 subl %ecx,%ebp # for bootinfo
123 movl %ebp,%edi # Destination
126 movl %ebp,BA_BOOTINFO+4(%esp) # Update pointer
127 movl %edi,%ebp # Restore base pointer
130 movl %ebp,%eax # bootinfo
138 start_fixed: subl $ARGOFF,%ebp # Place args at fixed offset
140 movl %ebp,%edi # Destination
145 movl %ebp,%eax # argument
190 popl %ebp # displa
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_tx.c764 efx_buffer_t *ebp = &eb[i]; local
765 efsys_dma_addr_t start = ebp->eb_addr;
766 size_t size = ebp->eb_size;
776 EFX_TX_DESC(etp, start, size, ebp->eb_eop, added);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_alloc.c520 struct buf *sbp, *ebp; local
611 if (bread(vp, idp->in_lbn, (int)fs->fs_bsize, NOCRED, &ebp))
613 ebap = (ufs1_daddr_t *)ebp->b_data;
686 i < ssize ? sbp : ebp, soff + i, blkno,
717 bdwrite(ebp);
719 bwrite(ebp);
754 brelse(ebp);
770 struct buf *sbp, *ebp; local
860 if (bread(vp, idp->in_lbn, (int)fs->fs_bsize, NOCRED, &ebp))
862 ebap = (ufs2_daddr_t *)ebp
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h230 DEFINE_GPR_PSEUDO_32(ebp, rbp), DEFINE_GPR_PSEUDO_32(esp, rsp),
374 UPDATE_GPR_INFO(ebp, rbp);
H A DRegisterContextDarwin_i386.cpp215 {DEFINE_GPR(ebp, "fp"),
/freebsd-11-stable/stand/pc98/libpc98/
H A Dbioscd.c365 v86.ebp = VTOPOFF(xp);
H A Dbiosdisk.c561 v86.ebp = VTOPOFF(dest);
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Daesni-gcm-x86_64.S195 cmpl $11,%ebp
344 movl 240-128(%rcx),%ebp
519 movl 240-128(%rcx),%ebp
H A Dx86_64-mont.S991 xorl %ebp,%ebp
1006 xorl %ebp,%ebp
H A Drc4-md5-x86_64.S1248 movl %ebp,-8(%rdi)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp977 ebp = 4, enumerator in enum:i386_eh_regnum
1000 return i386_eh_regnum::ebp;
1028 row->SetRegisterLocationToAtCFAPlusOffset(i386_eh_regnum::ebp,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlynx-nat.c49 X (ebp), /* fp */
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl1144 xor %ebp,%ebp # xor $zero,$zero # cf=0, of=0
1159 xor %ebp,%ebp # xor $zero,$zero # cf=0, of=0
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c739 v86.ebp = VTOPOFF(buf);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S49 movl 24(%eax), %ebp
H A DUnwindRegistersSave.S37 movl %ebp, 24(%eax)
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S482 * -0x2c %ebp
494 * -0x5c zero %ebp (hardware int only)
526 movl (%ebx),%ebp # btx_v86 pointer
527 addl %ebp,%edx # Flatten btx_v86 ptr
626 * -0x20 %ebp
1073 .ascii "ebp" # "ebp="
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S456 * -0x2c %ebp
468 * -0x5c zero %ebp (hardware int only)
500 movl (%ebx),%ebp # btx_v86 pointer
501 addl %ebp,%edx # Flatten btx_v86 ptr
600 * -0x20 %ebp
1051 .ascii "ebp" # "ebp="
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1528 uint32_t ebp; member in struct:llvm::MachO::x86_thread_state32_t
1654 sys::swapByteOrder(x.ebp);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1141 DUMPREG(edi); DUMPREG(esi); DUMPREG(ebp); DUMPREG(esp); Printf("\n");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9366 outs() << " ebp " << format("0x%08" PRIx32, cpu32.ebp);

Completed in 393 milliseconds

12345