When moving the kernel mem* functions to be an ifunc we need to ensure
they are not called before the relocations are processed. When
link_elf_ireloc is built with KASAN we may call into memset via the
KASAN runtime code.
Fix this by marking the function as no-KASAN so this isn't possible.
Sponsored by: Arm Ltd