Searched refs:dups (Results 1 – 2 of 2) sorted by relevance
579 .macro dups op opq vtype macro588 dups vdup vdupq .8589 dups vdup vdupq .16590 dups vdup vdupq .32
8351 char *dups; in _bfd_elfcore_strndup() local8360 dups = (char *) bfd_alloc (abfd, len + 1); in _bfd_elfcore_strndup()8361 if (dups == NULL) in _bfd_elfcore_strndup()8364 memcpy (dups, start, len); in _bfd_elfcore_strndup()8365 dups[len] = '\0'; in _bfd_elfcore_strndup()8367 return dups; in _bfd_elfcore_strndup()