Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/
Ddynamic_function_dispatch.cpp119 typedef char* strcat_func(char* __dst, const char* __src); typedef
122 if (__builtin_cpu_supports("ssse3")) RETURN_FUNC(strcat_func, strcat_ssse3); in DEFINE_IFUNC_FOR()
123 RETURN_FUNC(strcat_func, strcat_generic); in DEFINE_IFUNC_FOR()
/bionic/libc/arch-arm/
Ddynamic_function_dispatch.cpp248 typedef char* strcat_func(char* __dst, const char* __src); typedef
252 RETURN_FUNC(strcat_func, strcat_a9); in DEFINE_IFUNC_FOR()
254 RETURN_FUNC(strcat_func, strcat_a15); in DEFINE_IFUNC_FOR()