Home
last modified time | relevance | path

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

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