Home
last modified time | relevance | path

Searched refs:STRCAT_Z13 (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/s390/
Difunc-strcat.h33 # define STRCAT_DEFAULT STRCAT_Z13
49 # define STRCAT_Z13 __strcat_vx macro
51 # define STRCAT_Z13 NULL macro
Dstrcat-vx.S41 ENTRY(STRCAT_Z13)
161 END(STRCAT_Z13)
164 strong_alias (STRCAT_Z13, strcat)
168 strong_alias (STRCAT_Z13, __GI_strcat)
Dstrcat.c32 extern __typeof (__redirect_strcat) STRCAT_Z13 attribute_hidden;
37 ? STRCAT_Z13
/glibc-2.36/sysdeps/s390/multiarch/
Difunc-impl-list.c276 dl_hwcap & HWCAP_S390_VX, STRCAT_Z13) in __libc_ifunc_impl_list()