Home
last modified time | relevance | path

Searched refs:make_relative_prefix (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldfile.c524 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()
Dldmain.c552 path = make_relative_prefix (program_name, from, TARGET_SYSTEM_ROOT); in get_relative_sysroot()
DChangeLog-20091114 * ldfile.c (find_scripts_dir): Use make_relative_prefix to find
DChangeLog-02031606 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
/toolchain/binutils/binutils-2.25/libiberty/
Dmake-relative-prefix.c409 make_relative_prefix (const char *progname, const char *bin_prefix, in make_relative_prefix() function
Dfunctions.texi688 @deftypefn Extension {const char*} make_relative_prefix (const char *@var{progname}, @
699 @code{make_relative_prefix} will search @env{PATH} to find a program
DChangeLog1862 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/
Dlibiberty.h220 extern char *make_relative_prefix (const char *, const char *,
DChangeLog1804 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
DChangeLog-9103288 * libiberty.h (make_relative_prefix): Add prototype.
/toolchain/binutils/binutils-2.25/bfd/
Dplugin.c283 p = make_relative_prefix (plugin_program_name, in load_plugin()
/toolchain/binutils/binutils-2.25/gold/
Doptions.cc724 char* path = make_relative_prefix(gold::program_name, from, in get_relative_sysroot()