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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dunwind-ia64.c288 #define UNW_DEC_REG_PSPREL(fmt, reg, pspoff, arg) \
289 printf ("\t%s:%s_psprel(pspoff=0x10-0x%lx)\n", \
290 fmt, reg, 4*(unsigned long)pspoff)
330 #define UNW_DEC_PRIUNAT_PSPREL(fmt, pspoff, arg) \
331 printf ("\t%s:priunat_psprel(pspoff=0x10-0x%lx)\n", \
332 fmt, 4*(unsigned long)pspoff)
345 #define UNW_DEC_SPILL_BASE(fmt, pspoff, arg) \
346 printf ("\t%s:spill_base(pspoff=0x10-0x%lx)\n", \
347 fmt, 4*(unsigned long)pspoff)
382 #define UNW_DEC_SPILL_PSPREL(fmt, t, abreg, pspoff, ar
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.h285 unsigned long pspoff; member in union:unw_x_record::__anon340
H A Dtc-ia64.c2488 ptr->r.record.x.where.pspoff = ENCODED_PSP_OFFSET (offset);
2687 ptr->r.record.x.where.pspoff);
2702 ptr->r.record.x.t, ptr->r.record.x.where.pspoff);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c769 desc_reg_psprel (unsigned char reg, unw_word pspoff,
774 0x10 - 4*pspoff);
802 desc_spill_base (unw_word pspoff, struct unw_state_record *sr)
804 sr->spill_offset = 0x10 - 4*pspoff;
913 unw_word pspoff, struct unw_state_record *sr)
923 r->val = 0x10 - 4*pspoff;
1030 * UNW_DEC_PRIUNAT_WHEN_PSPREL(fmt,pspoff,arg)
1034 * UNW_DEC_REG_PSPREL(fmt,reg,pspoff,arg)
1040 * UNW_DEC_SPILL_BASE(fmt,pspoff,arg)
1042 * UNW_DEC_SPILL_PSPREL(fmt,t,abreg,pspoff,ar
767 desc_reg_psprel(unsigned char reg, unw_word pspoff, struct unw_state_record *sr) argument
800 desc_spill_base(unw_word pspoff, struct unw_state_record *sr) argument
910 desc_spill_psprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, struct unw_state_record *sr) argument
[all...]

Completed in 277 milliseconds