Searched refs:UNW_IA64_IP (Results 1 - 9 of 9) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-ia64.h125 UNW_IA64_IP, enumerator in enum:__anon24670
130 UNW_TDEP_IP = UNW_IA64_IP,
/external/libunwind/tests/
H A DGia64-test-readonly.c65 if ((ret = unw_set_reg (&c, UNW_IA64_IP, 99)) != -UNW_EREADONLYREG)
H A DGia64-test-stack.c74 if ((ret = unw_get_reg (&c, UNW_IA64_IP, &ip)) < 0
/external/libunwind/src/ia64/
H A Dinit.h43 c->loc[IA64_REG_IP] = IA64_REG_LOC (c, UNW_IA64_IP);
H A DGinit.c211 case UNW_IA64_IP:
H A DGstep.c120 c->loc[IA64_REG_IP] = IA64_LOC_UC_REG (UNW_IA64_IP, sc_addr);
H A DGregs.c121 case UNW_IA64_IP: addr += LINUX_PT_IIP_OFF; break;
H A Dunwind_i.h69 case UNW_IA64_IP: addr = &uc->uc_mcontext.sc_br[0]; break;
/external/libunwind/src/ptrace/
H A D_UPT_reg_offset.c213 [UNW_IA64_IP] = PT_CR_IIP

Completed in 274 milliseconds