Searched refs:sf_eip (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-obsd-nat.c73 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
81 sf.sf_eip = read_memory_integer(pcb->pcb_esp + 4, 4, byte_order);
82 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
H A Di386-nbsd-nat.c75 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-obsd-nat.c73 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
81 sf.sf_eip = read_memory_integer(pcb->pcb_esp + 4, 4, byte_order);
82 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
H A Di386-netbsd-nat.c69 regcache->raw_supply (I386_EIP_REGNUM, &sf.sf_eip);
/netbsd-current/sys/arch/i386/include/
H A Dframe.h147 int sf_eip; member in struct:switchframe
/netbsd-current/sys/arch/x86/x86/
H A Dvm_machdep.c225 sf->sf_eip = (int)lwp_trampoline;

Completed in 202 milliseconds