Searched refs:exec_prefixes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | cygwin.h | 219 add_prefix (&exec_prefixes,\ 222 add_prefix (&exec_prefixes, cprefix, \
|
| /freebsd-9-stable/contrib/gcc/ |
| D | gcc.c | 1435 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; variable 2846 string = find_a_file (&exec_prefixes, commands[0].prog, X_OK, false); in execute() 2860 string = find_a_file (&exec_prefixes, commands[n_commands].prog, in execute() 3442 add_prefix (&exec_prefixes, gcc_libexec_prefix, "GCC", in process_command() 3472 add_prefix (&exec_prefixes, nstore, 0, in process_command() 3881 add_prefix (&exec_prefixes, value, NULL, in process_command() 4014 add_prefix (&exec_prefixes, PREFIX"/bin/", "BINUTILS", in process_command() 4023 add_prefix (&exec_prefixes, standard_libexec_prefix, "GCC", in process_command() 4025 add_prefix (&exec_prefixes, standard_libexec_prefix, "BINUTILS", in process_command() 4028 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS", in process_command() [all …]
|
| D | ChangeLog-2002 | 4489 (main): Add md_exec_prefix to exec_prefixes regardless of
|