Searched refs:CRT_SH5_ISA32 (Results 1 – 7 of 7) sorted by relevance
219 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()
28 CRT_SH5_ISA32 = 3 enumerator
698 &dummy) == CRT_SH5_ISA32)) in sh64_elf_final_write_processing()
492 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()
437 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()
453 cr_type = CRT_SH5_ISA32;
6802 CRT_SH5_ISA32 sticky for 64-bit.