Searched defs:memcpy (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/arch-arm64/denver64/bionic/
H A Dmemcpy.S29 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
38 // Fall through to memcpy...
41 ENTRY(memcpy) function
43 END(memcpy)
63 .string "memcpy: prevented write past end of buffer"
/bionic/libc/arch-arm64/generic/bionic/
H A Dmemcpy.S29 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
38 // Fall through to memcpy...
41 ENTRY(memcpy) function
43 END(memcpy)
63 .string "memcpy: prevented write past end of buffer"
/bionic/libc/arch-x86/generic/string/
H A Dbcopy.S42 ENTRY(memcpy) function
93 END(memcpy)
/bionic/libc/arch-arm/generic/bionic/
H A Dmemcpy.S34 * Optimized memcpy() for ARM.
36 * note that memcpy() always returns the destination pointer,
46 // Fall through to memcpy...
49 ENTRY(memcpy) function
390 END(memcpy)
412 .string "memcpy: prevented write past end of buffer"
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dmemcpy.S56 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
69 // Fall through to memcpy...
72 ENTRY(memcpy) function
78 END(memcpy)
103 .string "memcpy: prevented write past end of buffer"
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dmemcpy.S47 // Fall through to memcpy...
50 ENTRY(memcpy) function
57 END(memcpy)
82 .string "memcpy: prevented write past end of buffer"
/bionic/libc/arch-arm/denver/bionic/
H A Dmemcpy.S56 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
69 // Fall through to memcpy...
72 ENTRY(memcpy) function
78 END(memcpy)
103 .string "memcpy: prevented write past end of buffer"
/bionic/libc/arch-arm/krait/bionic/
H A Dmemcpy.S50 // Fall through to memcpy...
53 ENTRY(memcpy) function
59 END(memcpy)
84 .string "memcpy: prevented write past end of buffer"
/bionic/libc/include/
H A Dstring.h46 extern void* memcpy(void* __restrict, const void* __restrict, size_t);
183 void* memcpy(void* __restrict dest, const void* __restrict src, size_t copy_amount) { function

Completed in 486 milliseconds