Lines Matching refs:arg

86 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg)  in unw_decode_x1()  argument
96 UNW_DEC_SPILL_SPREL(X1, t, abreg, off, arg); in unw_decode_x1()
98 UNW_DEC_SPILL_PSPREL(X1, t, abreg, off, arg); in unw_decode_x1()
103 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2() argument
114 UNW_DEC_RESTORE(X2, t, abreg, arg); in unw_decode_x2()
116 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); in unw_decode_x2()
121 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3() argument
134 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
136 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
141 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4() argument
155 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg); in unw_decode_x4()
157 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()
162 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1() argument
168 UNW_DEC_PROLOGUE(R1, body, rlen, arg); in unw_decode_r1()
173 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2() argument
183 UNW_DEC_PROLOGUE_GR(R2, rlen, mask, grsave, arg); in unw_decode_r2()
188 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3() argument
193 UNW_DEC_PROLOGUE(R3, ((code & 0x3) == 1), rlen, arg); in unw_decode_r3()
198 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1() argument
202 UNW_DEC_BR_MEM(P1, brmask, arg); in unw_decode_p1()
207 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5() argument
214 (byte1 & 0x7f), arg); in unw_decode_p2_p5()
224 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break; in unw_decode_p2_p5()
225 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break; in unw_decode_p2_p5()
226 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break; in unw_decode_p2_p5()
227 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break; in unw_decode_p2_p5()
228 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break; in unw_decode_p2_p5()
229 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break; in unw_decode_p2_p5()
230 case 6: UNW_DEC_RP_BR(P3, dst, arg); break; in unw_decode_p2_p5()
231 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break; in unw_decode_p2_p5()
232 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break; in unw_decode_p2_p5()
233 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break; in unw_decode_p2_p5()
234 case 10: UNW_DEC_REG_GR(P3, UNW_REG_FPSR, dst, arg); break; in unw_decode_p2_p5()
235 case 11: UNW_DEC_PRIUNAT_GR(P3, dst, arg); break; in unw_decode_p2_p5()
240 UNW_DEC_SPILL_MASK(P4, dp, arg); in unw_decode_p2_p5()
248 UNW_DEC_FRGR_MEM(P5, grmask, frmask, arg); in unw_decode_p2_p5()
256 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6() argument
262 UNW_DEC_GR_MEM(P6, mask, arg); in unw_decode_p6()
264 UNW_DEC_FR_MEM(P6, mask, arg); in unw_decode_p6()
269 unw_decode_p7_p10 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p7_p10() argument
282 UNW_DEC_MEM_STACK_F(P7, t, size, arg); in unw_decode_p7_p10()
285 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break; in unw_decode_p7_p10()
286 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break; in unw_decode_p7_p10()
287 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; in unw_decode_p7_p10()
288 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10()
289 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10()
290 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
291 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
292 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
293 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
294 case 10: UNW_DEC_REG_WHEN(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
295 case 11: UNW_DEC_REG_PSPREL(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
296 case 12: UNW_DEC_REG_WHEN(P7, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10()
297 case 13: UNW_DEC_REG_PSPREL(P7, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10()
298 case 14: UNW_DEC_REG_WHEN(P7, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10()
299 case 15: UNW_DEC_REG_PSPREL(P7, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10()
313 case 1: UNW_DEC_REG_SPREL(P8, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10()
314 case 2: UNW_DEC_REG_SPREL(P8, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
315 case 3: UNW_DEC_REG_SPREL(P8, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
316 case 4: UNW_DEC_REG_SPREL(P8, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
317 case 5: UNW_DEC_REG_SPREL(P8, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10()
318 case 6: UNW_DEC_REG_SPREL(P8, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10()
319 case 7: UNW_DEC_REG_WHEN(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10()
320 case 8: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10()
321 case 9: UNW_DEC_REG_SPREL(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10()
322 case 10: UNW_DEC_REG_WHEN(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10()
323 case 11: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10()
324 case 12: UNW_DEC_REG_SPREL(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10()
325 case 13: UNW_DEC_REG_WHEN(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
326 case 14: UNW_DEC_REG_PSPREL(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
327 case 15: UNW_DEC_REG_SPREL(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
328 case 16: UNW_DEC_PRIUNAT_WHEN_GR(P8, t, arg); break; in unw_decode_p7_p10()
329 case 17: UNW_DEC_PRIUNAT_PSPREL(P8, t, arg); break; in unw_decode_p7_p10()
330 case 18: UNW_DEC_PRIUNAT_SPREL(P8, t, arg); break; in unw_decode_p7_p10()
331 case 19: UNW_DEC_PRIUNAT_WHEN_MEM(P8, t, arg); break; in unw_decode_p7_p10()
339 UNW_DEC_GR_GR(P9, (byte1 & 0xf), (byte2 & 0x7f), arg); in unw_decode_p7_p10()
344 UNW_DEC_ABI(P10, byte1, byte2, arg); in unw_decode_p7_p10()
348 return unw_decode_x1 (dp, code, arg); in unw_decode_p7_p10()
351 return unw_decode_x2 (dp, code, arg); in unw_decode_p7_p10()
354 return unw_decode_x3 (dp, code, arg); in unw_decode_p7_p10()
357 return unw_decode_x4 (dp, code, arg); in unw_decode_p7_p10()
368 unw_decode_b1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_b1() argument
373 UNW_DEC_COPY_STATE(B1, label, arg); in unw_decode_b1()
375 UNW_DEC_LABEL_STATE(B1, label, arg); in unw_decode_b1()
380 unw_decode_b2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_b2() argument
385 UNW_DEC_EPILOGUE(B2, t, (code & 0x1f), arg); in unw_decode_b2()
390 unw_decode_b3_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_b3_x4() argument
398 UNW_DEC_EPILOGUE(B3, t, ecount, arg); in unw_decode_b3_x4()
404 UNW_DEC_COPY_STATE(B4, label, arg); in unw_decode_b3_x4()
406 UNW_DEC_LABEL_STATE(B4, label, arg); in unw_decode_b3_x4()
411 case 1: return unw_decode_x1 (dp, code, arg); in unw_decode_b3_x4()
412 case 2: return unw_decode_x2 (dp, code, arg); in unw_decode_b3_x4()
413 case 3: return unw_decode_x3 (dp, code, arg); in unw_decode_b3_x4()
414 case 4: return unw_decode_x4 (dp, code, arg); in unw_decode_b3_x4()
451 unw_decode (unsigned char *dp, int inside_body, void *arg) in unw_decode() argument
458 dp = (*decoder) (dp, code, arg); in unw_decode()