/sysdeps/x86_64/multiarch/ |
A D | stpcpy.c | 22 # define stpcpy __redirect_stpcpy macro 27 # undef stpcpy 30 # define SYMBOL_NAME stpcpy 35 weak_alias (__stpcpy, stpcpy) 38 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (stpcpy); 39 __hidden_ver1 (stpcpy, __GI_stpcpy, __redirect_stpcpy) 40 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (stpcpy);
|
A D | stpcpy-sse2.S | 29 # define libc_hidden_builtin_def(stpcpy) argument
|
A D | Makefile | 28 strcpy-sse2 stpcpy-sse2 \ 29 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3 \ 31 stpcpy-sse2-unaligned stpncpy-sse2-unaligned \ 32 stpcpy-avx2 stpncpy-avx2 \ 55 stpcpy-avx2-rtm \ 72 stpcpy-evex \
|
/sysdeps/powerpc/powerpc64/ |
A D | dl-machine.c | 33 t = stpcpy (buffer, name); in _dl_reloc_overflow() 37 t = stpcpy (t, " reloc at 0x0000000000000000"); in _dl_reloc_overflow() 44 t = stpcpy (t, " for symbol `"); in _dl_reloc_overflow() 45 t = stpcpy (t, strtab + refsym->st_name); in _dl_reloc_overflow() 46 t = stpcpy (t, "'"); in _dl_reloc_overflow() 48 t = stpcpy (t, " out of range"); in _dl_reloc_overflow() 61 t = stpcpy (buffer, "expected localentry:0 `"); in _dl_error_localentry() 62 t = stpcpy (t, strtab + refsym->st_name); in _dl_error_localentry() 63 t = stpcpy (t, "'"); in _dl_error_localentry()
|
/sysdeps/i386/i686/multiarch/ |
A D | stpcpy.c | 22 # define stpcpy __redirect_stpcpy macro 27 # undef stpcpy 30 # define SYMBOL_NAME stpcpy 35 weak_alias (__stpcpy, stpcpy)
|
A D | Makefile | 10 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3 strcpy-sse2 \ 11 strncpy-sse2 stpcpy-sse2 stpncpy-sse2 strcat-ssse3 \ 28 strpbrk-ia32 strspn-ia32 strlen-ia32 stpcpy-ia32 \
|
/sysdeps/s390/ |
A D | stpcpy.c | 22 # define stpcpy __redirect_stpcpy macro 28 # undef stpcpy 45 weak_alias (__stpcpy, stpcpy)
|
A D | Makefile | 78 stpcpy stpcpy-vx stpcpy-c \
|
/sysdeps/powerpc/powerpc64/power8/ |
A D | stpcpy.S | 22 weak_alias (__stpcpy, stpcpy) 24 libc_hidden_builtin_def (stpcpy)
|
/sysdeps/powerpc/powerpc64/le/power9/ |
A D | stpcpy.S | 22 weak_alias (__stpcpy, stpcpy) 24 libc_hidden_builtin_def (stpcpy)
|
/sysdeps/i386/i586/ |
A D | stpcpy.S | 6 weak_alias (__stpcpy, stpcpy) 8 libc_hidden_builtin_def (stpcpy)
|
/sysdeps/x86_64/ |
A D | stpcpy.S | 6 weak_alias (__stpcpy, stpcpy) 8 libc_hidden_builtin_def (stpcpy)
|
/sysdeps/arm/armv6/ |
A D | strcpy.S | 34 @ Signal stpcpy with NULL in IP. 39 weak_alias (__stpcpy, stpcpy) 41 libc_hidden_builtin_def (stpcpy) 131 cmp ip, #0 @ Was this strcpy or stpcpy? 133 subeq r0, r0, #1 @ stpcpy: undo post-inc from store
|
/sysdeps/powerpc/powerpc64/multiarch/ |
A D | stpcpy.c | 47 weak_alias (__stpcpy, stpcpy) 49 libc_hidden_def (stpcpy)
|
A D | Makefile | 19 strcpy-power8 strcpy-power7 strcpy-ppc64 stpcpy-power8 \ 20 stpcpy-power7 stpcpy-ppc64 \ 37 strcmp-power9 strncmp-power9 strcpy-power9 stpcpy-power9 \
|
A D | stpcpy-power7.c | 23 extern __typeof (stpcpy) __stpcpy_power7 attribute_hidden;
|
A D | stpcpy-ppc64.c | 23 extern __typeof (stpcpy) __stpcpy_ppc attribute_hidden;
|
A D | ifunc-impl-list.c | 135 IFUNC_IMPL (i, name, stpcpy, in __libc_ifunc_impl_list() 137 IFUNC_IMPL_ADD (array, i, stpcpy, hwcap2 & PPC_FEATURE2_ARCH_3_00 in __libc_ifunc_impl_list() 141 IFUNC_IMPL_ADD (array, i, stpcpy, hwcap2 & PPC_FEATURE2_ARCH_2_07 in __libc_ifunc_impl_list() 144 IFUNC_IMPL_ADD (array, i, stpcpy, hwcap & PPC_FEATURE_ARCH_2_06 in __libc_ifunc_impl_list() 147 IFUNC_IMPL_ADD (array, i, stpcpy, 1, in __libc_ifunc_impl_list()
|
/sysdeps/alpha/alphaev67/ |
A D | stpcpy.S | 50 weak_alias (__stpcpy, stpcpy) 52 libc_hidden_builtin_def (stpcpy)
|
/sysdeps/alpha/ |
A D | stpcpy.S | 52 weak_alias (__stpcpy, stpcpy) 54 libc_hidden_builtin_def (stpcpy)
|
/sysdeps/i386/ |
A D | stpcpy.S | 85 weak_alias (__stpcpy, stpcpy) 87 libc_hidden_builtin_def (stpcpy)
|
/sysdeps/powerpc/powerpc32/ |
A D | stpcpy.S | 117 weak_alias (__stpcpy, stpcpy) 119 libc_hidden_builtin_def (stpcpy)
|
A D | dl-machine.c | 388 t = stpcpy (buffer, name); in _dl_reloc_overflow() 389 t = stpcpy (t, " relocation at 0x00000000"); in _dl_reloc_overflow() 396 t = stpcpy (t, " for symbol `"); in _dl_reloc_overflow() 397 t = stpcpy (t, strtab + refsym->st_name); in _dl_reloc_overflow() 398 t = stpcpy (t, "'"); in _dl_reloc_overflow() 400 t = stpcpy (t, " out of range"); in _dl_reloc_overflow()
|
/sysdeps/sparc/sparc32/ |
A D | stpcpy.S | 163 weak_alias (__stpcpy, stpcpy) 165 libc_hidden_builtin_def (stpcpy)
|
/sysdeps/aarch64/ |
A D | strcpy.S | 182 weak_alias (__stpcpy, stpcpy) 184 libc_hidden_builtin_def (stpcpy)
|