Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 25 of 25) sorted by relevance

/toolchain/binutils/binutils-2.25/intl/
Drelocatable.h46 extern const char * relocate (const char *pathname);
63 #define relocate(pathname) (pathname) argument
Drelocatable.c376 relocate (const char *pathname) in relocate() argument
413 && strncmp (pathname, orig_prefix, orig_prefix_len) == 0) in relocate()
415 if (pathname[orig_prefix_len] == '\0') in relocate()
418 if (ISSLASH (pathname[orig_prefix_len])) in relocate()
421 const char *pathname_tail = &pathname[orig_prefix_len]; in relocate()
436 return pathname; in relocate()
Dlocalcharset.c73 # define relocate(pathname) (pathname) argument
Dlocalealias.c68 # define relocate(pathname) (pathname) argument
/toolchain/binutils/binutils-2.25/gold/
Dplugin.cc115 add_input_file(const char *pathname);
118 add_input_library(const char *pathname);
842 Plugin_manager::add_input_file(const char* pathname, bool is_lib) in add_input_file() argument
844 Input_file_argument file(pathname, in add_input_file()
1551 add_input_file(const char* pathname) in add_input_file() argument
1554 return parameters->options().plugins()->add_input_file(pathname, false); in add_input_file()
1560 add_input_library(const char* pathname) in add_input_library() argument
1563 return parameters->options().plugins()->add_input_file(pathname, true); in add_input_library()
Dplugin.h270 add_input_file(const char* pathname, bool is_lib);
/toolchain/binutils/binutils-2.25/ld/
Dplugin.c620 add_input_file (const char *pathname) in add_input_file() argument
623 if (!lang_add_input_file (xstrdup (pathname), lang_input_file_is_file_enum, in add_input_file()
631 add_input_library (const char *pathname) in add_input_library() argument
634 if (!lang_add_input_file (xstrdup (pathname), lang_input_file_is_l_enum, in add_input_library()
DChangeLog-2008431 (try_open): Don't use a fixed size pathname buffer.
DChangeLog-02031216 search_dirs if given an absolute pathname.
DChangeLog-91973538 * mpw-make.in (bindir): Fix pathname.
/toolchain/binutils/binutils-2.25/binutils/
Dbucomm.c633 is_valid_archive_path (char const * pathname) in is_valid_archive_path() argument
635 const char * n = pathname; in is_valid_archive_path()
DChangeLog-00011484 and search for backslashes in the original pathname.
DChangeLog-91971667 fix pathname to BFD internal include files, remove dependency
/toolchain/binutils/binutils-2.25/include/
Dplugin-api.h242 (*ld_plugin_add_input_file) (const char *pathname);
/toolchain/binutils/binutils-2.25/bfd/
Darchive.c2010 bfd_dont_truncate_arname (bfd *abfd, const char *pathname, char *arhdr) in bfd_dont_truncate_arname() argument
2024 bfd_bsd_truncate_arname (abfd, pathname, arhdr); in bfd_dont_truncate_arname()
2028 filename = normalize (abfd, pathname); in bfd_dont_truncate_arname()
2047 bfd_bsd_truncate_arname (bfd *abfd, const char *pathname, char *arhdr) in bfd_bsd_truncate_arname() argument
2051 const char *filename = lbasename (pathname); in bfd_bsd_truncate_arname()
2079 bfd_gnu_truncate_arname (bfd *abfd, const char *pathname, char *arhdr) in bfd_gnu_truncate_arname() argument
2083 const char *filename = lbasename (pathname); in bfd_gnu_truncate_arname()
/toolchain/binutils/binutils-2.25/libiberty/
Dfunctions.texi47 Returns a pointer to the last component of pathname @var{name}.
48 Behavior is undefined if the pathname ends in a directory separator.
444 @deftypefn Supplemental char* getcwd (char *@var{pathname}, int @var{len})
446 Copy the absolute pathname for the current working directory into
447 @var{pathname}, which is assumed to point to a buffer of at least
450 @code{NULL} and @code{errno} is set. If @var{pathname} is a null pointer,
664 Given a pointer to a string containing a typical pathname
666 last component of the pathname (@samp{ls.c} in this case). The
680 Given a pointer to a string containing a pathname, returns a canonical
695 portion of @var{progname}, followed by a relative pathname of the
DChangeLog3567 * pex-win32.c (fix_argv): Ensure that the executable pathname
5719 (main): Handle MSDOS style pathname.
5854 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
6846 pathname for move-if-change.
/toolchain/binutils/binutils-2.25/gprof/
DREADME282 can be forced to print the full pathname of
283 source filenames. The full pathname is determined
Dgprof.texi524 to print the full pathname of
603 The @var{map_file} argument is a pathname to a file which provides
/toolchain/binutils/binutils-2.25/
Dlibtool.m42048 # assumed that no part of a normal pathname contains ";" but that should
2824 # find the pathname to the GNU or non-GNU linker
2854 # Canonicalize the pathname of ld
3183 # find the pathname to a BSD- or MS-compatible name lister
Dltmain.sh2017 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
DChangeLog10329 absolute pathname.
/toolchain/binutils/binutils-2.25/binutils/doc/
Dbinutils.texi3436 relative pathname.
4804 that pathname is stored in memory; perhaps, if the pathname were
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2009805 locally create the full pathname.
DChangeLog-92956359 names from source directory without pathname.
11209 pathname or program name for cc, nm, objdump.