Searched refs:exec_prefixes (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | cygwin.h | 219 add_prefix (&exec_prefixes,\ 222 add_prefix (&exec_prefixes, cprefix, \
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcc.c | 1421 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; variable 2813 string = find_a_file (&exec_prefixes, commands[0].prog, X_OK, false); in execute() 2827 string = find_a_file (&exec_prefixes, commands[n_commands].prog, in execute() 3407 add_prefix (&exec_prefixes, gcc_libexec_prefix, "GCC", in process_command() 3437 add_prefix (&exec_prefixes, nstore, 0, in process_command() 3808 add_prefix (&exec_prefixes, value, NULL, in process_command() 3946 add_prefix (&exec_prefixes, standard_libexec_prefix, "GCC", in process_command() 3948 add_prefix (&exec_prefixes, standard_libexec_prefix, "BINUTILS", in process_command() 3950 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS", in process_command() 3952 add_prefix (&exec_prefixes, standard_exec_prefix_1, "BINUTILS", in process_command() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcc.c | 1293 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; variable 2606 string = find_a_file (&exec_prefixes, commands[0].prog, X_OK, 0); in execute() 2620 string = find_a_file (&exec_prefixes, commands[n_commands].prog, in execute() 3186 add_prefix (&exec_prefixes, gcc_exec_prefix, "GCC", 3216 add_prefix (&exec_prefixes, nstore, 0, 3561 add_prefix (&exec_prefixes, value, NULL, 3695 add_prefix (&exec_prefixes, standard_exec_prefix, "GCC", 3697 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS", 3699 add_prefix (&exec_prefixes, standard_exec_prefix_1, "BINUTILS", 3726 add_prefix (&exec_prefixes, [all …]
|
| H A D | ChangeLog | 2320 (main): Add md_exec_prefix to exec_prefixes regardless of
|