/toolchain/binutils/binutils-2.25/intl/ |
D | relocatable.h | 46 extern const char * relocate (const char *pathname); 63 #define relocate(pathname) (pathname) argument
|
D | relocatable.c | 376 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()
|
D | localcharset.c | 73 # define relocate(pathname) (pathname) argument
|
D | localealias.c | 68 # define relocate(pathname) (pathname) argument
|
/toolchain/binutils/binutils-2.25/gold/ |
D | plugin.cc | 115 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()
|
D | plugin.h | 270 add_input_file(const char* pathname, bool is_lib);
|
/toolchain/binutils/binutils-2.25/ld/ |
D | plugin.c | 620 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()
|
D | ChangeLog-2008 | 431 (try_open): Don't use a fixed size pathname buffer.
|
D | ChangeLog-0203 | 1216 search_dirs if given an absolute pathname.
|
D | ChangeLog-9197 | 3538 * mpw-make.in (bindir): Fix pathname.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | bucomm.c | 633 is_valid_archive_path (char const * pathname) in is_valid_archive_path() argument 635 const char * n = pathname; in is_valid_archive_path()
|
D | ChangeLog-0001 | 1484 and search for backslashes in the original pathname.
|
D | ChangeLog-9197 | 1667 fix pathname to BFD internal include files, remove dependency
|
/toolchain/binutils/binutils-2.25/include/ |
D | plugin-api.h | 242 (*ld_plugin_add_input_file) (const char *pathname);
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive.c | 2010 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/ |
D | functions.texi | 47 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
|
D | ChangeLog | 3567 * 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/ |
D | README | 282 can be forced to print the full pathname of 283 source filenames. The full pathname is determined
|
D | gprof.texi | 524 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/ |
D | libtool.m4 | 2048 # 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
|
D | ltmain.sh | 2017 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
D | ChangeLog | 10329 absolute pathname.
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | binutils.texi | 3436 relative pathname. 4804 that pathname is stored in memory; perhaps, if the pathname were
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2009 | 805 locally create the full pathname.
|
D | ChangeLog-9295 | 6359 names from source directory without pathname. 11209 pathname or program name for cc, nm, objdump.
|