Lines Matching refs:fprintf

374     fprintf(stderr, "parseInstructions(instructions=0x%0" PRIx64 ")\n",  in parseInstructions()
390 fprintf(stderr, "DW_CFA_nop\n"); in parseInstructions()
396 fprintf(stderr, "DW_CFA_set_loc\n"); in parseInstructions()
402 fprintf(stderr, "DW_CFA_advance_loc1: new offset=%" PRIu64 "\n", in parseInstructions()
409 fprintf(stderr, "DW_CFA_advance_loc2: new offset=%" PRIu64 "\n", in parseInstructions()
416 fprintf(stderr, "DW_CFA_advance_loc4: new offset=%" PRIu64 "\n", in parseInstructions()
424 fprintf(stderr, in parseInstructions()
431 fprintf(stderr, in parseInstructions()
439 fprintf( in parseInstructions()
446 fprintf(stderr, "DW_CFA_restore_extended(reg=%" PRIu64 ")\n", reg); in parseInstructions()
451 fprintf(stderr, in parseInstructions()
457 fprintf(stderr, "DW_CFA_undefined(reg=%" PRIu64 ")\n", reg); in parseInstructions()
462 fprintf(stderr, in parseInstructions()
474 fprintf(stderr, "DW_CFA_same_value(reg=%" PRIu64 ")\n", reg); in parseInstructions()
480 fprintf(stderr, in parseInstructions()
485 fprintf(stderr, in parseInstructions()
494 fprintf(stderr, "DW_CFA_register(reg=%" PRIu64 ", reg2=%" PRIu64 ")\n", in parseInstructions()
508 fprintf(stderr, "DW_CFA_remember_state\n"); in parseInstructions()
520 fprintf(stderr, "DW_CFA_restore_state\n"); in parseInstructions()
526 fprintf(stderr, "malformed DW_CFA_def_cfa dwarf unwind, reg too big\n"); in parseInstructions()
532 fprintf(stderr, "DW_CFA_def_cfa(reg=%" PRIu64 ", offset=%" PRIu64 ")\n", in parseInstructions()
538 fprintf( in parseInstructions()
545 fprintf(stderr, "DW_CFA_def_cfa_register(%" PRIu64 ")\n", reg); in parseInstructions()
552 fprintf(stderr, "DW_CFA_def_cfa_offset(%d)\n", in parseInstructions()
561 fprintf(stderr, "DW_CFA_def_cfa_expression(expression=0x%" PRIx64 in parseInstructions()
568 fprintf(stderr, in parseInstructions()
577 fprintf(stderr, "DW_CFA_expression(reg=%" PRIu64 in parseInstructions()
584 fprintf( in parseInstructions()
594 fprintf(stderr, "DW_CFA_offset_extended_sf(reg=%" PRIu64 in parseInstructions()
603 fprintf(stderr, in parseInstructions()
610 fprintf(stderr, in parseInstructions()
619 fprintf(stderr, "DW_CFA_def_cfa_offset_sf(%d)\n", in parseInstructions()
629 fprintf(stderr, in parseInstructions()
636 fprintf(stderr, in parseInstructions()
645 fprintf(stderr, in parseInstructions()
652 fprintf(stderr, in parseInstructions()
661 fprintf(stderr, "DW_CFA_val_expression(reg=%" PRIu64 in parseInstructions()
669 fprintf(stderr, "DW_CFA_GNU_args_size(%" PRIu64 ")\n", length); in parseInstructions()
674 fprintf(stderr, "malformed DW_CFA_GNU_negative_offset_extended dwarf " in parseInstructions()
683 fprintf(stderr, "DW_CFA_GNU_negative_offset_extended(%" PRId64 ")\n", in parseInstructions()
696 fprintf(stderr, "DW_CFA_offset(reg=%d, offset=%" PRId64 ")\n", in parseInstructions()
702 fprintf(stderr, "DW_CFA_advance_loc: new offset=%" PRIu64 "\n", in parseInstructions()
709 fprintf(stderr, "DW_CFA_restore(reg=%" PRIu64 ")\n", reg); in parseInstructions()
713 fprintf(stderr, "unknown CFA opcode 0x%02X\n", opcode); in parseInstructions()