Searched refs:new_dirs (Results 1 – 2 of 2) sorted by relevance
100 search_dirs_type *new_dirs; in ldfile_add_library_path() local105 new_dirs = (search_dirs_type *) xmalloc (sizeof (search_dirs_type)); in ldfile_add_library_path()106 new_dirs->next = NULL; in ldfile_add_library_path()107 new_dirs->cmdline = cmdline; in ldfile_add_library_path()108 *search_tail_ptr = new_dirs; in ldfile_add_library_path()109 search_tail_ptr = &new_dirs->next; in ldfile_add_library_path()114 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL); in ldfile_add_library_path()116 new_dirs->name = xstrdup (name); in ldfile_add_library_path()
605 new_dirs. (ldfile_add_arch): Rename variable new to new_arch.