HomeSort by relevance Sort by last modified time
    Searched defs:MEMCPY_BASE (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm/cortex-a9/bionic/
__strcat_chk.S 193 // Fall through into the memcpy_base function.
196 #define MEMCPY_BASE __strcat_chk_memcpy_base
198 #include "memcpy_base.S"
__strcpy_chk.S 161 // Fall through into the memcpy_base function.
164 #define MEMCPY_BASE __strcpy_chk_memcpy_base
166 #include "memcpy_base.S"
memcpy.S 51 #define MEMCPY_BASE __memcpy_base
53 #include "memcpy_base.S"
  /bionic/libc/arch-arm/denver/bionic/
__strcat_chk.S 195 #define MEMCPY_BASE __strcat_chk_memcpy_base
198 #include "memcpy_base.S"
__strcpy_chk.S 163 // Fall through into the memcpy_base function.
166 #define MEMCPY_BASE __strcpy_chk_memcpy_base
168 #include "memcpy_base.S"
memcpy.S 76 #define MEMCPY_BASE __memcpy_base
78 #include "memcpy_base.S"

Completed in 97 milliseconds