Lines Matching refs:outfile

5743 print_spaces (FILE *outfile)
5745 fprintf (outfile, "%*s", print_indent, "");
5752 print_die (dw_die_ref die, FILE *outfile)
5758 print_spaces (outfile);
5759 fprintf (outfile, "DIE %4ld: %s\n",
5761 print_spaces (outfile);
5762 fprintf (outfile, " abbrev id: %lu", die->die_abbrev);
5763 fprintf (outfile, " offset: %ld\n", die->die_offset);
5767 print_spaces (outfile);
5768 fprintf (outfile, " %s: ", dwarf_attr_name (a->dw_attr));
5773 fprintf (outfile, "address");
5776 fprintf (outfile, "offset");
5779 fprintf (outfile, "location descriptor");
5782 fprintf (outfile, "location list -> label:%s",
5786 fprintf (outfile, "range list");
5789 fprintf (outfile, HOST_WIDE_INT_PRINT_DEC, AT_int (a));
5792 fprintf (outfile, HOST_WIDE_INT_PRINT_UNSIGNED, AT_unsigned (a));
5795 fprintf (outfile, "constant (%lu,%lu)",
5800 fprintf (outfile, "floating-point or vector constant");
5803 fprintf (outfile, "%u", AT_flag (a));
5809 fprintf (outfile, "die -> label: %s", AT_ref (a)->die_symbol);
5811 fprintf (outfile, "die -> %ld", AT_ref (a)->die_offset);
5814 fprintf (outfile, "die -> <null>");
5819 fprintf (outfile, "label: %s", AT_lbl (a));
5823 fprintf (outfile, "\"%s\"", AT_string (a));
5825 fprintf (outfile, "<null>");
5828 fprintf (outfile, "\"%s\" (%d)", AT_file (a)->filename,
5835 fprintf (outfile, "\n");
5841 FOR_EACH_CHILD (die, c, print_die (c, outfile));
5845 fprintf (outfile, "\n");
5852 print_dwarf_line_table (FILE *outfile)
5857 fprintf (outfile, "\n\nDWARF source line information\n");
5861 fprintf (outfile, "%5d: %4ld %6ld\n", i,
5866 fprintf (outfile, "\n\n");