Home
last modified time | relevance | path

Searched refs:dups (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dneon-cov.s579 .macro dups op opq vtype macro
588 dups vdup vdupq .8
589 dups vdup vdupq .16
590 dups vdup vdupq .32
/toolchain/binutils/binutils-2.25/bfd/
Delf.c8351 char *dups; in _bfd_elfcore_strndup() local
8360 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()