Searched defs:ofp (Results 1 – 5 of 5) 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() 181 gmon_io_write_64 (FILE *ofp, BFD_HOST_U_64_BIT val) in gmon_io_write_64() 193 gmon_io_write_vma (FILE *ofp, bfd_vma val) in gmon_io_write_vma() 214 gmon_io_write_8 (FILE *ofp, unsigned int val) in gmon_io_write_8() 225 gmon_io_write (FILE *ofp, char *buf, size_t n) in gmon_io_write() 267 gmon_write_raw_arc (FILE *ofp, bfd_vma fpc, bfd_vma spc, unsigned long cnt) in gmon_write_raw_arc() 597 FILE *ofp; in gmon_out_write() local
|
D | call_graph.c | 107 cg_write_arcs (FILE *ofp, const char *filename) in cg_write_arcs()
|
D | basic_blocks.c | 208 bb_write_blocks (FILE *ofp, const char *filename) in bb_write_blocks() 467 FILE *ofp; in print_annotated_source() local
|
D | source.c | 102 FILE *ifp, *ofp; in annotate_source() local
|
D | hist.c | 248 hist_write_hist (FILE * ofp, const char *filename) in hist_write_hist()
|