static const struct _elf_corres mach_corres[] = {
{ EM_386, "x86" },
{ EM_X86_64, "x86" },
#ifdef EM_AARCH64
{ EM_AARCH64, "aarch64" },
#endif
{ EM_ARM, "arm" },
{ EM_MIPS, "mips" },
{ EM_PPC, "powerpc" },