Searched refs:make_relative_prefix (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.c | 524 dir = make_relative_prefix (program_name, BINDIR, SCRIPTDIR); in find_scripts_dir() 532 dir = make_relative_prefix (program_name, TOOLBINDIR, SCRIPTDIR); in find_scripts_dir() 541 dir = make_relative_prefix (program_name, ".", "."); in find_scripts_dir()
|
D | ldmain.c | 552 path = make_relative_prefix (program_name, from, TARGET_SYSTEM_ROOT); in get_relative_sysroot()
|
D | ChangeLog-2009 | 1114 * ldfile.c (find_scripts_dir): Use make_relative_prefix to find
|
D | ChangeLog-0203 | 1606 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | make-relative-prefix.c | 409 make_relative_prefix (const char *progname, const char *bin_prefix, in make_relative_prefix() function
|
D | functions.texi | 688 @deftypefn Extension {const char*} make_relative_prefix (const char *@var{progname}, @ 699 @code{make_relative_prefix} will search @env{PATH} to find a program
|
D | ChangeLog | 1862 broken out of make_relative_prefix. Make link resolution dependent 1864 (make_relative_prefix): Use make_relative_prefix_1. 2624 free_split_directories, make_relative_prefix): Likewise. 3848 (make_relative_prefix): Simplify. Use lbasename and lrealpath. 3960 * make-relative-prefix.c (make_relative_prefix): Ensure return
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 220 extern char *make_relative_prefix (const char *, const char *,
|
D | ChangeLog | 1804 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
|
D | ChangeLog-9103 | 288 * libiberty.h (make_relative_prefix): Add prototype.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | plugin.c | 283 p = make_relative_prefix (plugin_program_name, in load_plugin()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 724 char* path = make_relative_prefix(gold::program_name, from, in get_relative_sysroot()
|