Searched refs:bcopy (Results 1 – 25 of 47) sorted by relevance
12
/sysdeps/i386/i686/multiarch/ |
A D | bcopy.c | 22 # define bcopy __redirect_bcopy macro 24 # undef bcopy 26 # define SYMBOL_NAME bcopy 29 libc_ifunc_redirected (__redirect_bcopy, bcopy, IFUNC_SELECTOR ());
|
A D | bcopy-ia32.S | 19 #define bcopy __bcopy_ia32 macro
|
A D | Makefile | 5 memmove-ssse3-rep bcopy-ssse3 bcopy-ssse3-rep \ 21 bcopy-sse2-unaligned memcpy-sse2-unaligned \ 24 bcopy-ia32 bzero-ia32 rawmemchr-ia32 \
|
A D | ifunc-impl-list.c | 40 IFUNC_IMPL (i, name, bcopy, in __libc_ifunc_impl_list() 41 IFUNC_IMPL_ADD (array, i, bcopy, CPU_FEATURE_USABLE (SSSE3), in __libc_ifunc_impl_list() 43 IFUNC_IMPL_ADD (array, i, bcopy, CPU_FEATURE_USABLE (SSSE3), in __libc_ifunc_impl_list() 45 IFUNC_IMPL_ADD (array, i, bcopy, CPU_FEATURE_USABLE (SSE2), in __libc_ifunc_impl_list() 47 IFUNC_IMPL_ADD (array, i, bcopy, 1, __bcopy_ia32)) in __libc_ifunc_impl_list()
|
/sysdeps/powerpc/powerpc64/multiarch/ |
A D | bcopy.c | 22 extern __typeof (bcopy) __bcopy_ppc attribute_hidden; 24 extern __typeof (bcopy) __bcopy_power7 attribute_hidden; 26 extern __typeof (bcopy) __bcopy_power10 attribute_hidden; 29 libc_ifunc (bcopy,
|
A D | bcopy-ppc64.c | 21 extern __typeof (bcopy) __bcopy_ppc attribute_hidden;
|
A D | ifunc-impl-list.c | 248 IFUNC_IMPL (i, name, bcopy, in __libc_ifunc_impl_list() 250 IFUNC_IMPL_ADD (array, i, bcopy, in __libc_ifunc_impl_list() 256 IFUNC_IMPL_ADD (array, i, bcopy, hwcap & PPC_FEATURE_HAS_VSX, in __libc_ifunc_impl_list() 258 IFUNC_IMPL_ADD (array, i, bcopy, 1, __bcopy_ppc)) in __libc_ifunc_impl_list()
|
A D | Makefile | 27 memmove-power7 memmove-ppc64 wordcopy-ppc64 bcopy-ppc64 \
|
/sysdeps/x86_64/multiarch/ |
A D | bcopy.S | 4 ENTRY(bcopy) 7 END(bcopy)
|
/sysdeps/ia64/ |
A D | bcopy.S | 3 ENTRY(bcopy) 10 END(bcopy)
|
/sysdeps/i386/i686/ |
A D | bcopy.S | 2 #define memmove bcopy
|
/sysdeps/i386/ |
A D | bcopy.S | 3 #define MEMCPY bcopy
|
/sysdeps/powerpc/powerpc64/le/power10/ |
A D | memmove.S | 319 weak_alias (__bcopy, bcopy)
|
/sysdeps/powerpc/powerpc64/power7/ |
A D | memmove.S | 836 weak_alias (__bcopy, bcopy)
|
/sysdeps/unix/sysv/linux/arc/ |
A D | libc.abilist | 624 GLIBC_2.32 bcopy F
|
/sysdeps/mach/hurd/i386/ |
A D | libc.abilist | 684 GLIBC_2.2.6 bcopy F
|
/sysdeps/unix/sysv/linux/riscv/rv32/ |
A D | libc.abilist | 618 GLIBC_2.33 bcopy F
|
/sysdeps/unix/sysv/linux/csky/ |
A D | libc.abilist | 644 GLIBC_2.29 bcopy F
|
/sysdeps/unix/sysv/linux/microblaze/le/ |
A D | libc.abilist | 671 GLIBC_2.18 bcopy F
|
/sysdeps/unix/sysv/linux/riscv/rv64/ |
A D | libc.abilist | 650 GLIBC_2.27 bcopy F
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | libc.abilist | 669 GLIBC_2.17 bcopy F
|
/sysdeps/unix/sysv/linux/microblaze/be/ |
A D | libc.abilist | 671 GLIBC_2.18 bcopy F
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | libc.abilist | 638 GLIBC_2.2.5 bcopy F
|
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | libc.abilist | 673 GLIBC_2.16 bcopy F
|
/sysdeps/unix/sysv/linux/arm/le/ |
A D | libc.abilist | 1141 GLIBC_2.4 bcopy F
|
Completed in 27 milliseconds
12