Home
last modified time | relevance | path

Searched refs:fprint_ul (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h125 extern void fprint_ul (FILE *, unsigned long);
H A Dfinal.c4281 fprint_ul (FILE *f, unsigned long value) in fprint_ul() function
H A Ddwarf2out.c28009 fprint_ul (asm_out_file, file_num); in dwarf2out_source_line()
28011 fprint_ul (asm_out_file, line); in dwarf2out_source_line()
28013 fprint_ul (asm_out_file, column); in dwarf2out_source_line()
28026 fprint_ul (asm_out_file, (unsigned long) discriminator); in dwarf2out_source_line()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h125 extern void fprint_ul (FILE *, unsigned long);
H A Dfinal.cc3907 fprint_ul (FILE *f, unsigned long value) in fprint_ul() function
H A Ddwarf2out.cc28623 fprint_ul (asm_out_file, file_num); in dwarf2out_source_line()
28625 fprint_ul (asm_out_file, line); in dwarf2out_source_line()
28627 fprint_ul (asm_out_file, column); in dwarf2out_source_line()
28640 fprint_ul (asm_out_file, (unsigned long) discriminator); in dwarf2out_source_line()
H A DChangeLog-20113707 * output.h (fprint_whex, fprint_w, fprint_ul, sprint_ul): Declare.
3712 * dwarf2out.c (dwarf2out_source_line): Call fprint_ul instead of
3714 * final.c (fprint_whex, fprint_w, fprint_ul, sprint_ul): New functions
3729 * config/i386/i386.c (print_reg): Call fprint_ul instead of fprintf.