Searched refs:gmon_io_write_32 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | gmon_io.c | 169 gmon_io_write_32 (FILE *ofp, unsigned int val) in gmon_io_write_32() function 199 if (gmon_io_write_32 (ofp, (unsigned int) val)) in gmon_io_write_vma() 277 if (gmon_io_write_32 (ofp, (unsigned int) cnt)) in gmon_write_raw_arc() 686 || gmon_io_write_32 (ofp, histograms->num_bins in gmon_out_write() 697 if (gmon_io_write_32 (ofp, GMONVERSION) in gmon_out_write() 698 || gmon_io_write_32 (ofp, (unsigned int) hz)) in gmon_out_write()
|
D | gmon_io.h | 36 extern int gmon_io_write_32 (FILE *ifp, unsigned int val);
|
D | call_graph.c | 119 || gmon_io_write_32 (ofp, arc->count)) in cg_write_arcs()
|
D | hist.c | 262 || gmon_io_write_32 (ofp, record->num_bins) in hist_write_hist() 263 || gmon_io_write_32 (ofp, hz) in hist_write_hist()
|
D | basic_blocks.c | 224 || gmon_io_write_32 (ofp, nblocks)) in bb_write_blocks()
|
D | ChangeLog-9203 | 282 determine target pointer size. Use gmon_io_write_32 475 gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust 529 (gmon_io_write_32): Ditto.
|