Searched refs:bbg_file_name (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | gcov.c | 271 static char *bbg_file_name; variable 511 fnotice (stderr, "%s:no functions found\n", bbg_file_name); in process_file() 572 free (bbg_file_name); in release_structures() 574 da_file_name = bbg_file_name = NULL; in release_structures() 657 bbg_file_name = XNEWVEC (char, length + strlen (GCOV_NOTE_SUFFIX) + 1); in create_file_names() 658 strcpy (bbg_file_name, name); in create_file_names() 659 strcpy (bbg_file_name + length, GCOV_NOTE_SUFFIX); in create_file_names() 706 if (!gcov_open (bbg_file_name, 1)) in read_graph_file() 708 fnotice (stderr, "%s:cannot open graph file\n", bbg_file_name); in read_graph_file() 714 fnotice (stderr, "%s:not a gcov graph file\n", bbg_file_name); in read_graph_file() [all …]
|
| HD | coverage.c | 89 static char *bbg_file_name; variable 540 if (!gcov_open (bbg_file_name, -1)) in coverage_begin_output() 541 error ("cannot open %s", bbg_file_name); in coverage_begin_output() 576 warning (0, "error writing %qs", bbg_file_name); in coverage_end_function() 971 bbg_file_name = XNEWVEC (char, len + strlen (GCOV_NOTE_SUFFIX) + 1); in coverage_init() 972 strcpy (bbg_file_name, filename); in coverage_init() 973 strcat (bbg_file_name, GCOV_NOTE_SUFFIX); in coverage_init() 990 unlink (bbg_file_name); in coverage_finish()
|
| HD | ChangeLog-2000 | 18262 (bbg_file_name, da_file_name): Kill. 18275 (init_branch_prob): Make bbg_file_name and da_file_name local.
|
| HD | ChangeLog-2002 | 8064 (bbg_file_name): New global variable. 8068 (init_branch_prob): Create bbg_file_name, don't create
|