Home
last modified time | relevance | path

Searched refs:cr_type (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh64-com.c155 enum sh64_elf_cr_type cr_type in sh64_address_in_cranges() local
169 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() local
211 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()
Delf32-sh64.h44 enum sh64_elf_cr_type cr_type; member
/toolchain/binutils/binutils-2.25/opcodes/
Dsh64-dis.c453 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() local
466 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() local
480 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() local
549 cr_type = sh64_get_contents_type_disasm (memaddr, info); in print_insn_sh64()
[all …]
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsh64elf.em446 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_type
535 bfd_put_16 (link_info.output_bfd, cr_type,
538 last_cr_type = cr_type;
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh64.c3082 enum sh64_elf_cr_type cr_type) in sh64_emit_crange() argument
3111 exp.X_add_number = cr_type; in sh64_emit_crange()