Home
last modified time | relevance | path

Searched refs:eip (Results 1 – 25 of 42) sorted by relevance

12

/openbsd/gnu/lib/libiberty/src/
H A Dstrsignal.c289 const struct signal_info *eip; in init_signal_tables() local
297 for (eip = signal_table; eip -> name != NULL; eip++) in init_signal_tables()
299 if (eip -> value >= num_signal_names) in init_signal_tables()
301 num_signal_names = eip -> value + 1; in init_signal_tables()
315 for (eip = signal_table; eip -> name != NULL; eip++) in init_signal_tables()
317 signal_names[eip -> value] = eip -> name; in init_signal_tables()
334 for (eip = signal_table; eip -> name != NULL; eip++) in init_signal_tables()
336 sys_siglist[eip -> value] = eip -> msg; in init_signal_tables()
H A Dstrerror.c508 const struct error_info *eip; in init_error_tables() local
516 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
518 if (eip -> value >= num_error_names) in init_error_tables()
520 num_error_names = eip -> value + 1; in init_error_tables()
534 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
536 error_names[eip -> value] = eip -> name; in init_error_tables()
553 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
555 sys_errlist[eip -> value] = eip -> msg; in init_error_tables()
/openbsd/gnu/usr.bin/cvs/lib/
H A Dstrerror.c501 const struct error_info *eip; in init_error_tables() local
509 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
511 if (eip -> value >= num_error_names) in init_error_tables()
513 num_error_names = eip -> value + 1; in init_error_tables()
527 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
529 error_names[eip -> value] = eip -> name; in init_error_tables()
546 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
548 sys_errlist[eip -> value] = eip -> msg; in init_error_tables()
/openbsd/sys/net/
H A Dif_etherip.c534 struct etherip_header *eip; in ip_etherip_output() local
559 eip->eip_ver = ETHERIP_VERSION; in ip_etherip_output()
560 eip->eip_res = 0; in ip_etherip_output()
561 eip->eip_pad = 0; in ip_etherip_output()
628 struct etherip_header *eip; in etherip_input() local
646 m = m_pullup(m, sizeof(*eip)); in etherip_input()
653 if (eip->eip_ver != ETHERIP_VERSION || eip->eip_pad) { in etherip_input()
705 struct etherip_header *eip; in ip6_etherip_output() local
735 eip->eip_ver = ETHERIP_VERSION; in ip6_etherip_output()
736 eip->eip_res = 0; in ip6_etherip_output()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/regformats/
H A Dreg-i386.dat2 expedite:ebp,esp,eip
11 32:eip
H A Dreg-i386-linux.dat2 expedite:ebp,esp,eip
11 32:eip
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DRegisterContextFreeBSDKernel_i386.cpp49 llvm::support::ulittle32_t eip; in ReadRegister() member
69 REG(eip); in ReadRegister()
/openbsd/lib/libc/arch/i386/gen/
H A Dsetjmp.S42 .zero 4*3 # (eip, esp, ebp)
79 movl 8(%edx),%edx # load eip cookie over cookie address
H A D_setjmp.S55 xorl 0(%ecx),%edx # use eip cookie
H A Dsigsetjmp.S68 movl 4(%edx),%edx # load eip cookie over cookie address
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_i386.cpp27 uint32_t eip; member
58 …DEFINE_GPR(eip, "pc", ehframe_eip_i386, dwarf_eip_i386, LLDB_REGNUM_GENERIC_PC, …
H A DRegisterContextOpenBSD_i386.cpp25 uint32_t eip; member
H A DRegisterContextFreeBSD_i386.cpp30 uint32_t eip; member
H A DRegisterContextNetBSD_i386.cpp25 uint32_t eip; member
H A DRegisterContextLinux_i386.cpp28 uint32_t eip; member
H A DRegisterContextDarwin_i386.h58 uint32_t eip; member
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h94 llvm::support::ulittle32_t eip; member
H A DRegisterContextMinidump_x86_32.cpp55 writeRegister(&context->eip, in ConvertMinidumpContext_x86_32()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Delfread.c78 elf_locate_sections (bfd *ignore_abfd, asection *sectp, void *eip) in elf_locate_sections() argument
82 ei = (struct elfinfo *) eip; in elf_locate_sections()
H A Di386gnu-nat.c57 REG_OFFSET (eip), REG_OFFSET (efl), REG_OFFSET (cs), REG_OFFSET (ss),
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterFallback.cpp44 R32(esi), R32(edi), R32(eip), R32(eflags), R32(cs), R32(ss), in GetRegisters_x86()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dlinux.h291 (FS)->regs.reg[8].loc.offset = (long)&sc_->eip - new_cfa_; \
H A Dlinux64.h213 (FS)->regs.reg[8].loc.offset = (long)&sc_->eip - new_cfa_; \
/openbsd/gnu/gcc/gcc/config/i386/
H A Dlinux-unwind.h174 fs->regs.reg[8].loc.offset = (long)&sc->REG_NAME(eip) - new_cfa; in x86_fallback_frame_state()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.cpp108 {DEFINE_GPR(eip, "pc"),

12