Searched defs:memmove (Results 26 – 31 of 31) sorted by relevance
12
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.c | 41 #define memmove memmove macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | string.h | 56 void *memmove(void *dst, const void *src, size_t len) in memmove() function
|
/openbmc/linux/mm/kasan/ |
H A D | shadow.c | 61 void *memmove(void *dest, const void *src, size_t len) in memmove() function
|
/openbmc/u-boot/lib/ |
H A D | string.c | 548 void * memmove(void * dest,const void *src,size_t count) in memmove() function
|
/openbmc/linux/include/linux/ |
H A D | fortify-string.h | 711 #define memmove(p, q, s) __fortify_memcpy_chk(p, q, s, \ macro
|
/openbmc/linux/lib/ |
H A D | string.c | 640 void *memmove(void *dest, const void *src, size_t count) in memmove() function
|
12