Searched refs:I386_EIP_REGNUM (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | i386nbsd-nat.c | 74 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386nbsd_supply_pcb() 80 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf); in i386nbsd_supply_pcb()
|
H A D | i386obsd-nat.c | 77 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386obsd_supply_pcb() 85 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386obsd_supply_pcb()
|
H A D | i386-tdep.h | 131 I386_EIP_REGNUM, /* %eip */ enumerator
|
H A D | i386fbsd-nat.c | 111 regcache_raw_supply (regcache, I386_EIP_REGNUM, &pcb->pcb_eip); in i386fbsd_supply_pcb()
|
H A D | amd64-nat.c | 137 for (i = 0; i <= I386_EIP_REGNUM; i++) in amd64_collect_native_gregset()
|
H A D | i386obsd-tdep.c | 248 offset = i386obsd_uthread_reg_offset[I386_EIP_REGNUM] + 4; in i386obsd_supply_uthread() 292 offset = i386obsd_uthread_reg_offset[I386_EIP_REGNUM] + 4; in i386obsd_collect_uthread()
|
H A D | i386-tdep.c | 889 cache->saved_regs[I386_EIP_REGNUM] = 4; in i386_frame_cache() 985 if (regnum == I386_EIP_REGNUM && cache->pc_in_eax) in i386_frame_prev_register() 1070 cache->saved_regs[I386_EIP_REGNUM] = addr + tdep->sc_pc_offset; in i386_sigtramp_frame_cache() 1491 if (regnum == I386_EIP_REGNUM in i386_register_type() 2133 set_gdbarch_pc_regnum (gdbarch, I386_EIP_REGNUM); /* %eip */ in i386_gdbarch_init()
|
H A D | i386-linux-tdep.c | 299 write_register_pid (I386_EIP_REGNUM, pc, ptid); in i386_linux_write_pc()
|
H A D | i386bsd-nat.c | 392 #define SC_PC_OFFSET SC_REG_OFFSET[I386_EIP_REGNUM] in _initialize_i386bsd_nat()
|
H A D | ChangeLog-2003 | 8682 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM, 8922 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
|