Searched refs:EF_SH5 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dsh.h50 /* This one can only mix in objects from other EF_SH5 objects. */
51 #define EF_SH5 10 macro
67 /* EF_SH5 */ 0, \
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh64.c161 case EF_SH5:
243 else if ((new_flags & EF_SH_MACH_MASK) != EF_SH5)
252 /* I can't think of anything sane other than old_flags being EF_SH5 and
H A Delf64-sh64.c2237 case EF_SH5:
2346 else if ((new_flags & EF_SH_MACH_MASK) != EF_SH5)
2357 /* I can't think of anything sane other than old_flags being EF_SH5 and
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c2228 case EF_SH5: strcat (buf, ", sh5"); break;

Completed in 205 milliseconds