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

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh64.h28 CRT_SH5_ISA32 = 3 enumerator in enum:sh64_elf_cr_type
H A Delf32-sh64-com.c218 rangep->cr_type = CRT_SH5_ISA32;
219 return CRT_SH5_ISA32;
243 return sh64_get_contents_type (sec, addr, &dummy) == CRT_SH5_ISA32;
H A Delf32-sh64.c698 &dummy) == CRT_SH5_ISA32))
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dsh64-dis.c492 return CRT_SH5_ISA32;
495 return (memaddr & 1) == 1 ? CRT_SH5_ISA32 : CRT_SH5_ISA16;
556 if (cr_type == CRT_SH5_ISA32 && length == 3)
561 if (cr_type == CRT_SH5_ISA32 && length == 4)

Completed in 61 milliseconds