Home
last modified time | relevance | path

Searched refs:sf_eip (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Di386obsd-nat.c77 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386obsd_supply_pcb()
84 sf.sf_eip = read_memory_integer(pcb->pcb_esp + 4, 4); in i386obsd_supply_pcb()
85 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386obsd_supply_pcb()
H A Di386nbsd-nat.c74 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386nbsd_supply_pcb()
/openbsd/sys/arch/i386/include/
H A Dframe.h153 int sf_eip; member
/openbsd/sys/arch/i386/i386/
H A Dvm_machdep.c101 sf->sf_eip = (int)proc_trampoline; in cpu_fork()
H A Dacpi_machdep.c493 sf->sf_eip = (int)proc_trampoline; in resume_mp()