Searched refs:ldfile_add_library_path (Results 1 – 25 of 28) sorted by relevance
12
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldfile.h | 45 extern void ldfile_add_library_path
|
H A D | ldfile.c | 99 ldfile_add_library_path (const char *name, bool cmdline) in ldfile_add_library_path() function 630 ldfile_add_library_path (script_dir, true); in ldfile_find_command_file()
|
H A D | lexsup.c | 997 ldfile_add_library_path (optarg, true); in parse_args() 1969 ldfile_add_library_path (dirlist_ptr, true); in set_default_dirlist()
|
H A D | ldgram.y | 320 { ldfile_add_library_path ($3, false); }
|
H A D | plugin.c | 939 ldfile_add_library_path (xstrdup (path), false); in set_extra_library_path()
|
H A D | ChangeLog-0203 | 1061 * ldfile.c (ldfile_add_library_path): Remove the unused 1187 * ldfile.c (ldfile_add_library_path): Always allocate space for 1214 (ldfile_add_library_path): Use it. 1270 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths. 1573 * ldfile.c (ldfile_add_library_path): Handle leading '='.
|
H A D | ldgram.c | 2793 { ldfile_add_library_path ((yyvsp[-1].name), false); } in yyparse()
|
H A D | ChangeLog-2012 | 809 (ldfile_add_library_path): Don't set sysrooted flag.
|
H A D | ChangeLog-2008 | 962 * ldfile.c (ldfile_add_library_path): Likewise.
|
H A D | ChangeLog-9197 | 4642 ldfile_add_library_path. 4680 (ldfile_add_library_path): Add new cmdline argument in prototype. 4683 (ldfile_add_library_path): Accept cmdline argument, and save it. 4685 ldfile_add_library_path. 4688 argument of ldfile_add_library_path. 7572 * ldtemplate: Remove ldfile_add_library_path calls;
|
H A D | ChangeLog-2009 | 604 * ldfile.c (ldfile_add_library_path): Rename variable new to
|
H A D | ChangeLog | 843 * ldfile.c (ldfile_add_library_path): Likewise.
|
H A D | ChangeLog-0001 | 402 * ldfile.c (ldfile_add_library_path): Don't add directories
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldfile.h | 45 extern void ldfile_add_library_path
|
H A D | ldfile.c | 309 ldfile_add_library_path (const char *name, bool cmdline) in ldfile_add_library_path() function 847 ldfile_add_library_path (script_dir, true); in ldfile_find_command_file()
|
H A D | lexsup.c | 1051 ldfile_add_library_path (optarg, true); in parse_args() 2076 ldfile_add_library_path (dirlist_ptr, true); in set_default_dirlist()
|
H A D | ldgram.y | 323 { ldfile_add_library_path ($3, false); }
|
H A D | plugin.c | 952 ldfile_add_library_path (xstrdup (path), false); in set_extra_library_path()
|
H A D | ChangeLog-0203 | 1061 * ldfile.c (ldfile_add_library_path): Remove the unused 1187 * ldfile.c (ldfile_add_library_path): Always allocate space for 1214 (ldfile_add_library_path): Use it. 1270 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths. 1573 * ldfile.c (ldfile_add_library_path): Handle leading '='.
|
H A D | ldgram.c | 2820 { ldfile_add_library_path ((yyvsp[-1].name), false); } in yyparse()
|
H A D | ChangeLog-2012 | 809 (ldfile_add_library_path): Don't set sysrooted flag.
|
H A D | ChangeLog-2008 | 962 * ldfile.c (ldfile_add_library_path): Likewise.
|
H A D | ChangeLog-9197 | 4642 ldfile_add_library_path. 4680 (ldfile_add_library_path): Add new cmdline argument in prototype. 4683 (ldfile_add_library_path): Accept cmdline argument, and save it. 4685 ldfile_add_library_path. 4688 argument of ldfile_add_library_path. 7572 * ldtemplate: Remove ldfile_add_library_path calls;
|
H A D | ChangeLog-2009 | 604 * ldfile.c (ldfile_add_library_path): Rename variable new to
|
H A D | ChangeLog | 1438 * ldfile.c (ldfile_add_library_path): Likewise.
|
12