Searched refs:add_sysrooted_prefix (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gcc.c | 295 static void add_sysrooted_prefix PARAMS ((struct path_prefix *, const char *, 2543 add_sysrooted_prefix (pprefix, prefix, component, priority, in add_sysrooted_prefix() function 6104 add_sysrooted_prefix (&startfile_prefixes, argbuf[ndx], "BINUTILS", 6112 add_sysrooted_prefix (&startfile_prefixes, md_exec_prefix, "GCC", 6116 add_sysrooted_prefix (&startfile_prefixes, md_startfile_prefix, 6120 add_sysrooted_prefix (&startfile_prefixes, md_startfile_prefix_1, 6140 add_sysrooted_prefix (&startfile_prefixes, standard_startfile_prefix_1, 6142 add_sysrooted_prefix (&startfile_prefixes, standard_startfile_prefix_2,
|
H A D | ChangeLog | 2315 (add_sysrooted_prefix): New function. 2321 startfile_prefix_spec. Use add_sysrooted_prefix for
|
/openbsd/gnu/gcc/gcc/ |
H A D | gcc.c | 299 static void add_sysrooted_prefix (struct path_prefix *, const char *, 2753 add_sysrooted_prefix (struct path_prefix *pprefix, const char *prefix, in add_sysrooted_prefix() function 6294 add_sysrooted_prefix (&startfile_prefixes, argbuf[ndx], "BINUTILS", in main() 6302 add_sysrooted_prefix (&startfile_prefixes, md_startfile_prefix, in main() 6306 add_sysrooted_prefix (&startfile_prefixes, md_startfile_prefix_1, in main() 6317 add_sysrooted_prefix (&startfile_prefixes, in main() 6335 add_sysrooted_prefix (&startfile_prefixes, in main() 6339 add_sysrooted_prefix (&startfile_prefixes, in main()
|