Searched refs:UNW_IA64_PR (Results 1 - 11 of 11) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-ia64.h120 UNW_IA64_PR = UNW_IA64_BR + 8, /* predicate registers (p0..p63) */ enumerator in enum:__anon24670
/external/libunwind/src/ia64/
H A DGget_save_loc.c90 case UNW_IA64_PR: loc = c->loc[IA64_REG_PR]; break;
H A Dinit.h46 c->loc[IA64_REG_PR] = IA64_REG_LOC (c, UNW_IA64_PR);
H A DGregs.c128 case UNW_IA64_PR: addr += LINUX_PT_PR_OFF; break;
427 case UNW_IA64_PR:
H A DGresume.c202 MEMIFY (IA64_REG_PR, UNW_IA64_PR);
H A DGinit.c204 case UNW_IA64_PR:
H A DGstep.c130 c->loc[IA64_REG_PR] = IA64_LOC_UC_REG (UNW_IA64_PR, sc_addr);
H A Dunwind_i.h75 case UNW_IA64_PR: addr = &uc->uc_mcontext.sc_pr; break;
H A DGparser.c712 case UNW_IA64_PR: preg = IA64_REG_PR; break;
/external/libunwind/tests/
H A DGia64-test-nat.c514 if ((ret = unw_get_reg (c, UNW_IA64_PR, &pr)) < 0)
526 if ((ret = unw_set_reg (c, UNW_IA64_PR, vals[0])) < 0)
529 if ((ret = unw_get_reg (c, UNW_IA64_PR, &pr)) < 0)
/external/libunwind/src/ptrace/
H A D_UPT_reg_offset.c211 [UNW_IA64_PR] = PT_PR,

Completed in 309 milliseconds