D | unwind-ia64.c | 291 #define UNW_DEC_REG_PSPREL(fmt, reg, pspoff, arg) \ argument 293 fmt, reg, 4*(unsigned long)pspoff) 333 #define UNW_DEC_PRIUNAT_PSPREL(fmt, pspoff, arg) \ argument 335 fmt, 4*(unsigned long)pspoff) 348 #define UNW_DEC_SPILL_BASE(fmt, pspoff, arg) \ argument 350 fmt, 4*(unsigned long)pspoff) 385 #define UNW_DEC_SPILL_PSPREL(fmt, t, abreg, pspoff, arg) \ argument 392 fmt, regname, (unsigned long) t, 4*(unsigned long)pspoff); \ 430 #define UNW_DEC_SPILL_PSPREL_P(fmt, qp, t, abreg, pspoff, arg) \ argument 437 fmt, qp, (unsigned long) t, regname, 4*(unsigned long)pspoff);\
|