Home
last modified time | relevance | path

Searched refs:CRT_SH5_ISA32 (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh64-com.c219 rangep->cr_type = CRT_SH5_ISA32; in sh64_get_contents_type()
220 return CRT_SH5_ISA32; in sh64_get_contents_type()
244 return sh64_get_contents_type (sec, addr, &dummy) == CRT_SH5_ISA32; in sh64_address_is_shmedia()
Delf32-sh64.h28 CRT_SH5_ISA32 = 3 enumerator
Delf32-sh64.c698 &dummy) == CRT_SH5_ISA32)) in sh64_elf_final_write_processing()
/toolchain/binutils/binutils-2.27/opcodes/
Dsh64-dis.c492 return CRT_SH5_ISA32; in sh64_get_contents_type_disasm()
495 return (memaddr & 1) == 1 ? CRT_SH5_ISA32 : CRT_SH5_ISA16; in sh64_get_contents_type_disasm()
556 if (cr_type == CRT_SH5_ISA32 && length == 3) in print_insn_sh64()
561 if (cr_type == CRT_SH5_ISA32 && length == 4) in print_insn_sh64()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh64.c437 else if (seginfo->tc_segment_info_data.contents_type == CRT_SH5_ISA32) in shmedia_frob_section_type()
2805 sh64_set_contents_type (CRT_SH5_ISA32); in shmedia_md_assemble()
3169 = (new_contents_type == CRT_SH5_ISA32 in sh64_set_contents_type()
3170 || contents_type == CRT_SH5_ISA32) in sh64_set_contents_type()
3171 ? CRT_SH5_ISA32 : new_contents_type; in sh64_set_contents_type()
3196 && (new_contents_type == CRT_SH5_ISA32 in sh64_set_contents_type()
3197 || contents_type == CRT_SH5_ISA32)) in sh64_set_contents_type()
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dsh64elf.em453 cr_type = CRT_SH5_ISA32;
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02036802 CRT_SH5_ISA32 sticky for 64-bit.