Searched refs:spoff (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dunwind-ia64.c284 #define UNW_DEC_REG_SPREL(fmt, reg, spoff, arg) \
285 printf ("\t%s:%s_sprel(spoff=0x%lx)\n", \
286 fmt, reg, 4*(unsigned long)spoff)
334 #define UNW_DEC_PRIUNAT_SPREL(fmt, spoff, arg) \
335 printf ("\t%s:priunat_sprel(spoff=0x%lx)\n", \
336 fmt, 4*(unsigned long)spoff)
371 #define UNW_DEC_SPILL_SPREL(fmt, t, abreg, spoff, arg) \
377 printf ("\t%s:spill_sprel(reg=%s,t=%lu,spoff=0x%lx)\n", \
416 #define UNW_DEC_SPILL_SPREL_P(fmt, qp, t, abreg, spoff, arg) \
422 printf ("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.h284 unsigned long spoff; member in union:unw_x_record::__anon470
H A Dtc-ia64.c2503 ptr->r.record.x.where.spoff = offset / 4;
2692 ptr->r.record.x.where.spoff);
2707 ptr->r.record.x.t, ptr->r.record.x.where.spoff);
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dunwind-ia64.c778 desc_reg_sprel (unsigned char reg, unw_word spoff, struct unw_state_record *sr)
782 4*spoff);
928 unw_word spoff, struct unw_state_record *sr)
938 r->val = 4*spoff;
1031 * UNW_DEC_PRIUNAT_WHEN_SPREL(fmt,spoff,arg)
1036 * UNW_DEC_REG_SPREL(fmt,reg,spoff,arg)
1046 * UNW_DEC_SPILL_SPREL(fmt,t,abreg,spoff,arg)
776 desc_reg_sprel(unsigned char reg, unw_word spoff, struct unw_state_record *sr) argument
925 desc_spill_sprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, struct unw_state_record *sr) argument

Completed in 135 milliseconds