M_MACH_32
*mach = (class == ELFCLASS64) ? M_MACH_64 : M_MACH_32;
if ((ehdr.e_machine != M_MACH_32) && (ehdr.e_machine != M_MACH_64) &&
return (M_MACH_32);