Searched refs:gmon_io_write_8 (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | gmon_io.h | 37 extern int gmon_io_write_8 (FILE *ifp, unsigned int val);
|
H A D | call_graph.c | 116 if (gmon_io_write_8 (ofp, GMON_TAG_CG_ARC) in cg_write_arcs()
|
H A D | basic_blocks.c | 223 if (gmon_io_write_8 (ofp, GMON_TAG_BB_COUNT) in bb_write_blocks()
|
H A D | gmon_io.c | 200 gmon_io_write_8 (FILE *ofp, unsigned int val) in gmon_io_write_8() function
|
H A D | hist.c | 259 if (gmon_io_write_8 (ofp, GMON_TAG_TIME_HIST) in hist_write_hist()
|
H A D | ChangeLog-9203 | 231 (gmon_io_write_8): Don't pass char, pass int param. 232 * gmon_io.h (gmon_io_write_8): Likewise. 475 gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust 528 (gmon_io_write_8): Ditto.
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | gmon_io.h | 37 extern int gmon_io_write_8 (FILE *ifp, unsigned int val);
|
H A D | call_graph.c | 116 if (gmon_io_write_8 (ofp, GMON_TAG_CG_ARC) in cg_write_arcs()
|
H A D | basic_blocks.c | 223 if (gmon_io_write_8 (ofp, GMON_TAG_BB_COUNT) in bb_write_blocks()
|
H A D | gmon_io.c | 200 gmon_io_write_8 (FILE *ofp, unsigned int val) in gmon_io_write_8() function
|
H A D | hist.c | 259 if (gmon_io_write_8 (ofp, GMON_TAG_TIME_HIST) in hist_write_hist()
|
H A D | ChangeLog-9203 | 231 (gmon_io_write_8): Don't pass char, pass int param. 232 * gmon_io.h (gmon_io_write_8): Likewise. 475 gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust 528 (gmon_io_write_8): Ditto.
|