Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1069 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; variable
2523 string = find_a_file (&exec_prefixes, in execute()
2549 string = find_a_file (&exec_prefixes, commands[0].prog, X_OK, false); in execute()
2564 string = find_a_file (&exec_prefixes, commands[n_commands].prog, in execute()
3505 add_prefix (&exec_prefixes, arg, NULL, in driver_handle_option()
3693 add_prefix (&exec_prefixes, gcc_libexec_prefix, "GCC", in process_command()
3724 add_prefix (&exec_prefixes, nstore, 0, in process_command()
3933 add_prefix (&exec_prefixes, standard_libexec_prefix, NULL, in process_command()
3936 add_prefix (&exec_prefixes, standard_libexec_prefix, "GCC", in process_command()
3938 add_prefix (&exec_prefixes, standard_libexec_prefix, "BINUTILS", in process_command()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1435 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; variable
2926 string = find_a_file (&exec_prefixes, in execute()
2952 string = find_a_file (&exec_prefixes, commands[0].prog, X_OK, false); in execute()
2967 string = find_a_file (&exec_prefixes, commands[n_commands].prog, in execute()
4103 add_prefix (&exec_prefixes, arg, NULL, in driver_handle_option()
4309 add_prefix (&exec_prefixes, gcc_libexec_prefix, "GCC", in process_command()
4340 add_prefix (&exec_prefixes, nstore, 0, in process_command()
4576 add_prefix (&exec_prefixes, standard_libexec_prefix, NULL, in process_command()
4580 add_prefix (&exec_prefixes, standard_libexec_prefix, "GCC", in process_command()
4582 add_prefix (&exec_prefixes, standard_libexec_prefix, "BINUTILS", in process_command()
[all …]