Searched refs:cr_type (Results 1 – 5 of 5) sorted by relevance
155 enum sh64_elf_cr_type cr_type in sh64_address_in_cranges() local169 rangep->cr_type = cr_type; in sh64_address_in_cranges()198 rangep->cr_type = CRT_NONE; in sh64_get_contents_type()208 enum sh64_elf_cr_type cr_type in sh64_get_contents_type() local211 rangep->cr_type = cr_type; in sh64_get_contents_type()212 return cr_type; in sh64_get_contents_type()219 rangep->cr_type = CRT_SH5_ISA32; in sh64_get_contents_type()235 return rangep->cr_type; in sh64_get_contents_type()
44 enum sh64_elf_cr_type cr_type; member
453 if (sh64_infop->crange.cr_type != CRT_NONE in sh64_get_contents_type_disasm()456 return sh64_infop->crange.cr_type; in sh64_get_contents_type_disasm()462 enum sh64_elf_cr_type cr_type in sh64_get_contents_type_disasm() local466 if (cr_type != CRT_NONE) in sh64_get_contents_type_disasm()467 return cr_type; in sh64_get_contents_type_disasm()476 enum sh64_elf_cr_type cr_type in sh64_get_contents_type_disasm() local480 if (cr_type != CRT_NONE) in sh64_get_contents_type_disasm()481 return cr_type; in sh64_get_contents_type_disasm()544 enum sh64_elf_cr_type cr_type; in print_insn_sh64() local549 cr_type = sh64_get_contents_type_disasm (memaddr, info); in print_insn_sh64()[all …]
446 enum sh64_elf_cr_type cr_type;453 cr_type = CRT_SH5_ISA32;456 cr_type = CRT_DATA;458 cr_type = CRT_SH5_ISA16;473 if (cr_type == last_cr_type535 bfd_put_16 (link_info.output_bfd, cr_type,538 last_cr_type = cr_type;
3082 enum sh64_elf_cr_type cr_type) in sh64_emit_crange() argument3111 exp.X_add_number = cr_type; in sh64_emit_crange()