Searched refs:UNW_SH_PR (Results 1 – 9 of 9) sorted by relevance
75 UNW_SH_PR, enumerator77 UNW_TDEP_LAST_REG = UNW_SH_PR,79 UNW_TDEP_IP = UNW_SH_PR,
49 c->dwarf.loc[UNW_SH_PR] = DWARF_REG_LOC (&c->dwarf, UNW_SH_PR); in common_init()
46 [UNW_SH_PR] = "pr",
53 case UNW_SH_PR: in unw_get_save_loc()
52 case UNW_SH_PR: in tdep_access_reg()
45 if (reg >= UNW_SH_R0 && reg <= UNW_SH_PR) in uc_addr()
85 c->dwarf.loc[UNW_SH_PR] = DWARF_LOC (sc_addr + LINUX_SC_PR_OFF, 0); in unw_handle_signal_frame()
31 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_SH_PR) ? (reg) : 0)
49 if (regnum < 0 || regnum > UNW_SH_PR) in _UCD_access_reg()