Lines Matching refs:exec_prefixes

1435 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()
4584 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS", in process_command()
4607 add_prefix (&exec_prefixes, in process_command()
7564 add_prefix (&exec_prefixes, md_exec_prefix, "GCC", in set_up_specs()
7760 lto_wrapper_file = find_a_file (&exec_prefixes, "lto-wrapper", in maybe_putenv_COLLECT_LTO_WRAPPER()
7925 build_search_list (&exec_prefixes, "", false, false)); in maybe_print_and_exit()
7971 char *newname = find_a_file (&exec_prefixes, print_prog_name, X_OK, 0); in maybe_print_and_exit()
8333 char *s = find_a_file (&exec_prefixes, "collect2", X_OK, false); in maybe_run_linker()
8349 char *temp_spec = find_a_file (&exec_prefixes, in maybe_run_linker()
8364 putenv_from_prefixes (&exec_prefixes, "COMPILER_PATH", false); in maybe_run_linker()
10124 path_prefix_reset (&exec_prefixes); in finalize()