memcpy_std
void *memcpy_std(void * _Nonnull dst, const void * _Nonnull src,
return (memcpy_std(dst, src, len));
memcpy_erms : memcpy_std);
#define MEMCPY_EARLY_FUNC memcpy_std
void *memcpy_std(void * _Nonnull dst, const void * _Nonnull src,
return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? memcpy_mops : memcpy_std);
#define MEMCPY_EARLY_FUNC memcpy_std