Searched refs:EF_SH_UNKNOWN (Results 1 – 6 of 6) sorted by relevance
26 #define EF_SH_UNKNOWN 0 /* For backwards compatibility. */ macro47 (((((mach1) == EF_SH3 || (mach1) == EF_SH_UNKNOWN) && (mach2) == EF_SH_DSP) \49 && ((mach2) == EF_SH3 || (mach2) == EF_SH_UNKNOWN))) \51 : (((mach1) < EF_SH3 && (mach2) == EF_SH_UNKNOWN) \52 || ((mach2) < EF_SH3 && (mach1) == EF_SH_UNKNOWN)) \58 : (((mach1) == EF_SH2E && (mach2) == EF_SH_UNKNOWN) \59 || ((mach2) == EF_SH2E && (mach1) == EF_SH_UNKNOWN)) \61 : (((mach1) == EF_SH3E && (mach2) == EF_SH_UNKNOWN) \62 || ((mach2) == EF_SH3E && (mach1) == EF_SH_UNKNOWN)) \
977 * sh.h: (EF_SH_MACH_MASK, EF_SH_UNKNOWN, EF_SH1, EF_SH2): New macros.
20 #define EF_SH_UNKNOWN 0x00 macro
26 #define EF_SH_UNKNOWN 0 /* For backwards compatibility. */ macro
1011 * sh.h: (EF_SH_MACH_MASK, EF_SH_UNKNOWN, EF_SH1, EF_SH2): New macros.
6850 case EF_SH_UNKNOWN: in sh_elf_set_mach_from_flags()