Home | History | Annotate | Download | only in bfd

Lines Matching full:current_name

100   char *                       current_name;
113 char * current_name, char * new_name)
119 fprintf (stderr, "IMPORT '%s' AS '%s'\n", current_name, new_name);
122 if (strcmp (node->current_name, current_name) == 0)
130 abfd, current_name);
141 if ((node->current_name = bfd_malloc (strlen (current_name) + 1)) == NULL)
149 strcpy (node->current_name, current_name);
155 free (node->current_name);
286 char * current_name;
294 current_name = s;
310 result = sh_symbian_import_as (info, abfd, current_name, new_name);
463 ptr->current_hash = elf_link_hash_lookup (hash_table, ptr->current_name, FALSE, FALSE, TRUE);
468 fprintf (stderr, "IMPORT AS: current symbol '%s' does not exist\n", ptr->current_name);