Searched refs:shortlen (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
H A Delflink.c1479 size_t len, shortlen;
1512 shortlen = p - name;
1513 shortname = bfd_hash_allocate (&info->hash->table, shortlen + 1);
1516 memcpy (shortname, name, shortlen);
1517 shortname[shortlen] = '\0';
1627 memcpy (shortname, name, shortlen);
1628 memcpy (shortname + shortlen, p + 1, len - shortlen);
1476 size_t len, shortlen; local

Completed in 146 milliseconds