HomeSort by relevance Sort by last modified time
    Searched refs:UNW_IA64_PR (Results 1 - 11 of 11) sorted by null

  /external/libunwind/include/
libunwind-ia64.h 123 UNW_IA64_PR = UNW_IA64_BR + 8, /* predicate registers (p0..p63) */
  /external/libunwind/src/ia64/
Gget_save_loc.c 90 case UNW_IA64_PR: loc = c->loc[IA64_REG_PR]; break;
init.h 46 c->loc[IA64_REG_PR] = IA64_REG_LOC (c, UNW_IA64_PR);
Gregs.c 128 case UNW_IA64_PR: addr += LINUX_PT_PR_OFF; break;
427 case UNW_IA64_PR:
Gresume.c 202 MEMIFY (IA64_REG_PR, UNW_IA64_PR);
Ginit.c 204 case UNW_IA64_PR:
Gstep.c 130 c->loc[IA64_REG_PR] = IA64_LOC_UC_REG (UNW_IA64_PR, sc_addr);
unwind_i.h 75 case UNW_IA64_PR: addr = &uc->uc_mcontext.sc_pr; break;
Gparser.c 712 case UNW_IA64_PR: preg = IA64_REG_PR; break;
  /external/libunwind/tests/
Gia64-test-nat.c 514 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/
_UPT_reg_offset.c 211 [UNW_IA64_PR] = PT_PR,

Completed in 842 milliseconds