Searched refs:UNW_X86_EIP (Results 1 – 10 of 10) sorted by relevance
83 UNW_X86_EIP, /* frame-register */ enumerator150 UNW_TDEP_IP = UNW_X86_EIP,
38 UNW_X86_EIP, UNW_X86_EFLAGS, UNW_X86_TRAPNO,
181 case UNW_X86_EIP: off = LINUX_SC_EIP_OFF; break; in x86_get_scratch_loc()273 case UNW_X86_EIP: addr = &uc->uc_mcontext.gregs[REG_EIP]; break; in x86_r_uc_addr()
193 case UNW_X86_EIP: off = FREEBSD_UC_MCONTEXT_EIP_OFF; break; in x86_get_scratch_loc()321 case UNW_X86_EIP: addr = &uc->uc_mcontext.mc_eip; break; in x86_r_uc_addr()
38 case UNW_X86_EIP: loc = c->dwarf.loc[EIP]; break; in unw_get_save_loc()
41 c->dwarf.loc[EIP] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EIP); in common_init()
49 case UNW_X86_EIP: in tdep_access_reg()
67 case UNW_X86_EIP: in _UCD_access_reg()
99 [UNW_X86_EIP] = offsetof(struct user_regs_struct, eip) / sizeof(long), in _UCD_access_reg()
276 [UNW_X86_EIP] = 0x30,