Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1129 static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX; variable
3640 standard_exec_prefix); in process_command()
3656 standard_exec_prefix, in process_command()
3940 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS", in process_command()
3945 add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS", in process_command()
3957 = concat (gcc_exec_prefix ? gcc_exec_prefix : standard_exec_prefix, in process_command()
6318 specs_file = (char *) alloca (strlen (standard_exec_prefix) in main()
6321 strcpy (specs_file, standard_exec_prefix); in main()
6421 ? gcc_exec_prefix : standard_exec_prefix, in main()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1495 static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX; variable
4256 standard_exec_prefix); in process_command()
4272 standard_exec_prefix, in process_command()
4584 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS", in process_command()
4589 add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS", in process_command()
4601 = concat (gcc_exec_prefix ? gcc_exec_prefix : standard_exec_prefix, in process_command()
7538 specs_file = (char *) alloca (strlen (standard_exec_prefix) in set_up_specs()
7540 strcpy (specs_file, standard_exec_prefix); in set_up_specs()
7642 ? gcc_exec_prefix : standard_exec_prefix, in set_up_specs()
7922 gcc_exec_prefix ? gcc_exec_prefix : standard_exec_prefix, in maybe_print_and_exit()