Home
last modified time | relevance | path

Searched refs:UNW_REG_PFS (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/
Dlinux-unwind.h114 fs->curr.reg[UNW_REG_PFS].where = UNW_WHERE_SPREL; in ia64_fallback_frame_state()
115 fs->curr.reg[UNW_REG_PFS].val in ia64_fallback_frame_state()
117 fs ->curr.reg[UNW_REG_PFS].when = -1; in ia64_fallback_frame_state()
Dvms-unwind.h284 fs->curr.reg[UNW_REG_PFS].where = UNW_WHERE_PSPREL; in ia64_vms_fallback_frame_state()
285 fs->curr.reg[UNW_REG_PFS].val in ia64_vms_fallback_frame_state()
287 fs->curr.reg[UNW_REG_PFS].when = -1; in ia64_vms_fallback_frame_state()
Dunwind-ia64.c70 UNW_REG_PFS, /* previous function state */ enumerator
233 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
455 case 0x69: return UNW_REG_PFS; in decode_abreg()
1210 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break; in unw_decode_p2_p5()
1274 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1275 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1298 case 2: UNW_DEC_REG_SPREL(P8, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
1897 if (fs->curr.reg[UNW_REG_PFS].when >= fs->when_target) in uw_frame_state_for()
2026 case UNW_REG_PFS: in uw_update_reg_address()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dunwind-ia64.c170 #define UNW_REG_PFS "pfs" macro
790 UNW_DEC_REG_GR ("P3", UNW_REG_PFS, dst, arg); in unw_decode_p2_p5()
897 UNW_DEC_REG_WHEN ("P7", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()
900 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()
951 UNW_DEC_REG_SPREL ("P8", UNW_REG_PFS, t, arg); in unw_decode_p7_p10()