Searched refs:input_name (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | lto-wrapper.c | 749 char *buf, *input_name = (char *)xmalloc (piece); in run_gcc() local 752 buf = input_name; in run_gcc() 756 len = strlen (input_name); in run_gcc() 757 if (input_name[len - 1] != '\n') in run_gcc() 759 input_name = (char *)xrealloc (input_name, len + piece); in run_gcc() 760 buf = input_name + len; in run_gcc() 763 input_name[len - 1] = '\0'; in run_gcc() 765 if (input_name[0] == '*') in run_gcc() 766 output_name = &input_name[1]; in run_gcc() 771 input_names[nr-1] = input_name; in run_gcc() [all …]
|
H A D | gcov.c | 1818 make_gcov_file_name (const char *input_name, const char *src_name) in make_gcov_file_name() argument 1823 if (flag_long_names && input_name && strcmp (src_name, input_name)) in make_gcov_file_name() 1826 result = XNEWVEC (char, strlen (input_name) + strlen (src_name) + 10); in make_gcov_file_name() 1829 ptr = mangle_name (input_name, ptr); in make_gcov_file_name()
|
H A D | mips-tfile.c | 1450 static const char *input_name = "stdin"; /* name of input file */ variable 2594 pfatal_with_name (input_name); in read_line() 4292 input_name, (long) orig_file_header.f_nsyms, (long) sizeof (HDRR)); in copy_object() 4297 pfatal_with_name (input_name); in copy_object() 4818 input_name = argv[optind]; in main() 4865 fprintf (stderr, "%s, %s:%ld ", progname, input_name, line_number); in pfatal_with_name() 4893 progname, input_name, line_number, indx, str, max, prog_line); in out_of_bounds() 5369 fprintf (stderr, "%s, %s:%ld ", progname, input_name, line_number); in fatal() 5390 fprintf (stderr, "%s, %s:%ld ", progname, input_name, line_number); in error()
|
H A D | varasm.c | 7523 output_file_directive (FILE *asm_file, const char *input_name) in output_file_directive() argument 7528 if (input_name == NULL) in output_file_directive() 7529 input_name = "<stdin>"; in output_file_directive() 7531 input_name = remap_debug_filename (input_name); in output_file_directive() 7533 len = strlen (input_name); in output_file_directive() 7534 na = input_name + len; in output_file_directive() 7537 while (na > input_name) in output_file_directive()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | lto-wrapper.c | 1563 char *buf, *input_name = (char *)xmalloc (piece); in run_gcc() local 1566 buf = input_name; in run_gcc() 1578 len = strlen (input_name); in run_gcc() 1579 if (input_name[len - 1] != '\n') in run_gcc() 1581 input_name = (char *)xrealloc (input_name, len + piece); in run_gcc() 1582 buf = input_name + len; in run_gcc() 1585 input_name[len - 1] = '\0'; in run_gcc() 1587 if (input_name[0] == '*') in run_gcc() 1588 output_name = &input_name[1]; in run_gcc() 1597 input_names[nr-1] = input_name; in run_gcc() [all …]
|
H A D | gcov.c | 2377 make_gcov_file_name (const char *input_name, const char *src_name) in make_gcov_file_name() argument 2382 if (flag_long_names && input_name && strcmp (src_name, input_name)) in make_gcov_file_name() 2385 result = XNEWVEC (char, strlen (input_name) + strlen (src_name) + 10); in make_gcov_file_name() 2388 ptr = mangle_name (input_name, ptr); in make_gcov_file_name()
|
H A D | varasm.c | 7782 output_file_directive (FILE *asm_file, const char *input_name) in output_file_directive() argument 7787 if (input_name == NULL) in output_file_directive() 7788 input_name = "<stdin>"; in output_file_directive() 7790 input_name = remap_debug_filename (input_name); in output_file_directive() 7792 len = strlen (input_name); in output_file_directive() 7793 na = input_name + len; in output_file_directive() 7796 while (na > input_name) in output_file_directive()
|