Searched refs:UNW_SH_PR (Results 1 - 9 of 9) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-sh.h75 UNW_SH_PR, enumerator in enum:__anon24679
77 UNW_TDEP_LAST_REG = UNW_SH_PR,
79 UNW_TDEP_IP = UNW_SH_PR,
/external/libunwind/include/tdep-sh/
H A Ddwarf-config.h31 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_SH_PR) ? (reg) : 0)
/external/libunwind/src/sh/
H A Dregname.c46 [UNW_SH_PR] = "pr",
H A DGget_save_loc.c53 case UNW_SH_PR:
H A DGregs.c52 case UNW_SH_PR:
H A Dinit.h49 c->dwarf.loc[UNW_SH_PR] = DWARF_REG_LOC (&c->dwarf, UNW_SH_PR);
H A DGinit.c45 if (reg >= UNW_SH_R0 && reg <= UNW_SH_PR)
H A DGstep.c85 c->dwarf.loc[UNW_SH_PR] = DWARF_LOC (sc_addr + LINUX_SC_PR_OFF, 0);
/external/libunwind/src/coredump/
H A D_UCD_access_reg_linux.c49 if (regnum < 0 || regnum > UNW_SH_PR)

Completed in 1069 milliseconds