Home
last modified time | relevance | path

Searched refs:num_lto_c_args (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcollect2.c592 int num_lto_c_args = 1; /* Allow space for the terminating NULL. */ in maybe_run_lto_and_relink() local
602 num_lto_c_args++; in maybe_run_lto_and_relink()
624 num_lto_c_args++; in maybe_run_lto_and_relink()
633 lto_c_argv = (char **) xcalloc (sizeof (char *), num_lto_c_args); in maybe_run_lto_and_relink()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcollect2.cc584 int num_lto_c_args = 1; /* Allow space for the terminating NULL. */ in maybe_run_lto_and_relink() local
594 num_lto_c_args++; in maybe_run_lto_and_relink()
616 num_lto_c_args++; in maybe_run_lto_and_relink()
625 lto_c_argv = (char **) xcalloc (sizeof (char *), num_lto_c_args); in maybe_run_lto_and_relink()