Home | History | Annotate | Download | only in bfd

Lines Matching defs:shortname

1913   char *shortname;
1964 shortname = (char *) bfd_hash_allocate (&info->hash->table, shortlen + 1);
1965 if (shortname == NULL)
1967 memcpy (shortname, name, shortlen);
1968 shortname[shortlen] = '\0';
1978 if (!_bfd_elf_merge_symbol (abfd, info, shortname, sym, &tmp_sec, &value,
2028 (info, abfd, shortname, BSF_INDIRECT,
2037 /* In this case the symbol named SHORTNAME is overriding the
2039 SHORTNAME an indirect symbol referring to NAME. SHORTNAME
2044 symbol SHORTNAME in a regular object, and it is overriding
2048 symbol we just added, to refer to SHORTNAME. This will cause
2050 to SHORTNAME in the regular object. This is what we expect
2093 /* If we first saw a reference to SHORTNAME with non-default
2097 /* A reference to the SHORTNAME symbol from a dynamic library
2127 shortname = (char *) bfd_hash_allocate (&info->hash->table, len);
2128 if (shortname == NULL)
2130 memcpy (shortname, name, shortlen);
2131 memcpy (shortname
2137 if (!_bfd_elf_merge_symbol (abfd, info, shortname, sym, &tmp_sec, &value,
2164 /* Here SHORTNAME is a versioned name, so we don't expect to see
2172 abfd, shortname);
2179 (info, abfd, shortname, BSF_INDIRECT,
5834 char *shortname, *p;
5844 shortname = (char *) bfd_malloc (amt + 1);
5845 if (!shortname)
5847 memcpy (shortname, h->root.root.string, amt);
5848 shortname[amt] = '\0';
5851 bfd_link_hash_lookup (&htab->root, shortname,
5871 free (shortname);