D | unwind-ia64.c | 287 #define UNW_DEC_REG_SPREL(fmt, reg, spoff, arg) \ argument 289 fmt, reg, 4*(unsigned long)spoff) 337 #define UNW_DEC_PRIUNAT_SPREL(fmt, spoff, arg) \ argument 339 fmt, 4*(unsigned long)spoff) 374 #define UNW_DEC_SPILL_SPREL(fmt, t, abreg, spoff, arg) \ argument 419 #define UNW_DEC_SPILL_SPREL_P(fmt, qp, t, abreg, spoff, arg) \ argument 426 fmt, qp, (unsigned long) t, regname, 4 * (unsigned long)spoff); \
|