unwind_decoder.h | 81 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg) 82 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg) 126 unsigned char byte1, byte2, abreg, x, ytreg; local 132 ytreg = byte2; 134 if ((byte1 & 0x80) == 0 && ytreg == 0) 137 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); 164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 173 ytreg = byte3; 178 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg);
|