HomeSort by relevance Sort by last modified time
    Searched refs:CRT_SH5_ISA32 (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-sh64.h 28 CRT_SH5_ISA32 = 3
elf32-sh64-com.c 219 rangep->cr_type = CRT_SH5_ISA32;
220 return CRT_SH5_ISA32;
244 return sh64_get_contents_type (sec, addr, &dummy) == CRT_SH5_ISA32;
elf32-sh64.c 700 &dummy) == CRT_SH5_ISA32))
  /toolchain/binutils/binutils-2.25/opcodes/
sh64-dis.c 492 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)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c 436 else if (seginfo->tc_segment_info_data.contents_type == CRT_SH5_ISA32)
    [all...]

Completed in 1073 milliseconds