Searched refs:UNW_IA64_PR (Results 1 – 11 of 11) sorted by relevance
/external/libunwind/tests/ |
D | Gia64-test-nat.c | 514 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/ |
D | libunwind-ia64.h | 123 UNW_IA64_PR = UNW_IA64_BR + 8, /* predicate registers (p0..p63) */ enumerator
|
/external/libunwind/src/ia64/ |
D | Gget_save_loc.c | 90 case UNW_IA64_PR: loc = c->loc[IA64_REG_PR]; break; in unw_get_save_loc()
|
D | Gregs.c | 128 case UNW_IA64_PR: addr += LINUX_PT_PR_OFF; break; in linux_scratch_loc() 427 case UNW_IA64_PR: in tdep_access_reg()
|
D | init.h | 46 c->loc[IA64_REG_PR] = IA64_REG_LOC (c, UNW_IA64_PR); in common_init()
|
D | Gresume.c | 202 MEMIFY (IA64_REG_PR, UNW_IA64_PR); in remote_install_cursor()
|
D | Gstep.c | 130 c->loc[IA64_REG_PR] = IA64_LOC_UC_REG (UNW_IA64_PR, sc_addr); in hpux_sigtramp()
|
D | Ginit.c | 204 case UNW_IA64_PR: in access_reg()
|
D | unwind_i.h | 75 case UNW_IA64_PR: addr = &uc->uc_mcontext.sc_pr; break; in inlined_uc_addr()
|
D | Gparser.c | 711 case UNW_IA64_PR: preg = IA64_REG_PR; break; in lookup_preg()
|
/external/libunwind/src/ptrace/ |
D | _UPT_reg_offset.c | 211 [UNW_IA64_PR] = PT_PR,
|