HomeSort by relevance Sort by last modified time
    Searched refs:FUNCTION_DELEGATE (Results 1 - 2 of 2) sorted by null

  /bionic/libc/arch-x86/
static_function_dispatch.S 31 #define FUNCTION_DELEGATE(name, impl) \
36 FUNCTION_DELEGATE(memcmp, memcmp_generic)
37 FUNCTION_DELEGATE(memset, memset_generic)
38 FUNCTION_DELEGATE(__memset_chk, __memset_chk_generic)
39 FUNCTION_DELEGATE(memcpy, memmove_generic)
40 FUNCTION_DELEGATE(memmove, memmove_generic)
41 FUNCTION_DELEGATE(strcpy, strcpy_generic)
42 FUNCTION_DELEGATE(strncpy, strncpy_generic)
43 FUNCTION_DELEGATE(strlen, strlen_generic)
44 FUNCTION_DELEGATE(strcmp, strcmp_generic
    [all...]
  /bionic/libc/arch-arm/
static_function_dispatch.S 31 #define FUNCTION_DELEGATE(name, impl) \
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
    [all...]

Completed in 255 milliseconds