Lines Matching refs:vbyte_func
802 typedef void (*vbyte_func) (int, char *, char *); typedef
818 static void output_R3_format (vbyte_func, unw_record_type, unsigned long);
819 static void output_B3_format (vbyte_func, unsigned long, unsigned long);
820 static void output_B4_format (vbyte_func, unw_record_type, unsigned long);
1212 output_R1_format (vbyte_func f, unw_record_type rtype, int rlen) in output_R1_format()
1232 output_R2_format (vbyte_func f, int mask, int grsave, unsigned long rlen) in output_R2_format()
1246 output_R3_format (vbyte_func f, unw_record_type rtype, unsigned long rlen) in output_R3_format()
1266 output_P1_format (vbyte_func f, int brmask) in output_P1_format()
1274 output_P2_format (vbyte_func f, int brmask, int gr) in output_P2_format()
1284 output_P3_format (vbyte_func f, unw_record_type rtype, int reg) in output_P3_format()
1336 output_P4_format (vbyte_func f, unsigned char *imask, unsigned long imask_size) in output_P4_format()
1343 output_P5_format (vbyte_func f, int grmask, unsigned long frmask) in output_P5_format()
1356 output_P6_format (vbyte_func f, unw_record_type rtype, int rmask) in output_P6_format()
1370 output_P7_format (vbyte_func f, in output_P7_format()
1438 output_P8_format (vbyte_func f, unw_record_type rtype, unsigned long t) in output_P8_format()
1512 output_P9_format (vbyte_func f, int grmask, int gr) in output_P9_format()
1522 output_P10_format (vbyte_func f, int abi, int context) in output_P10_format()
1532 output_B1_format (vbyte_func f, unw_record_type rtype, unsigned long label) in output_B1_format()
1551 output_B2_format (vbyte_func f, unsigned long ecount, unsigned long t) in output_B2_format()
1566 output_B3_format (vbyte_func f, unsigned long ecount, unsigned long t) in output_B3_format()
1582 output_B4_format (vbyte_func f, unw_record_type rtype, unsigned long label) in output_B4_format()
1614 output_X1_format (vbyte_func f, in output_X1_format()
1637 output_X2_format (vbyte_func f, in output_X2_format()
1655 output_X3_format (vbyte_func f, in output_X3_format()
1680 output_X4_format (vbyte_func f, in output_X4_format()
2406 process_one_record (unw_rec_list *ptr, vbyte_func f) in process_one_record()
2599 process_unw_records (unw_rec_list *list, vbyte_func f) in process_unw_records()