Lines Matching refs:FUNCTION_DELEGATE
31 #define FUNCTION_DELEGATE(name, impl) \ macro
36 FUNCTION_DELEGATE(memmove, memmove_generic)
37 FUNCTION_DELEGATE(memcpy, memmove_generic)
38 FUNCTION_DELEGATE(memset, memset_generic)
39 FUNCTION_DELEGATE(__memset_chk, __memset_chk_generic)
40 FUNCTION_DELEGATE(strcpy, strcpy_generic)
41 FUNCTION_DELEGATE(__strcpy_chk, __strcpy_chk_generic)
42 FUNCTION_DELEGATE(stpcpy, stpcpy_generic)
43 FUNCTION_DELEGATE(strcat, strcat_generic)
44 FUNCTION_DELEGATE(__strcat_chk, __strcat_chk_generic)
45 FUNCTION_DELEGATE(strcmp, strcmp_generic)
46 FUNCTION_DELEGATE(strlen, strlen_generic)