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

  /toolchain/binutils/binutils-2.25/bfd/
elf32-sh64-com.c 155 enum sh64_elf_cr_type cr_type local
169 rangep->cr_type = cr_type;
198 rangep->cr_type = CRT_NONE;
208 enum sh64_elf_cr_type cr_type local
211 rangep->cr_type = cr_type;
212 return cr_type;
219 rangep->cr_type = CRT_SH5_ISA32;
231 /* If this call fails, we will still have CRT_NONE in rangep->cr_type
    [all...]
elf32-sh64.h 36 Elf32_Half cr_type;
44 enum sh64_elf_cr_type cr_type; member in struct:__anon74923
  /toolchain/binutils/binutils-2.25/opcodes/
sh64-dis.c 453 if (sh64_infop->crange.cr_type != CRT_NONE
456 return sh64_infop->crange.cr_type;
462 enum sh64_elf_cr_type cr_type local
466 if (cr_type != CRT_NONE)
467 return cr_type;
476 enum sh64_elf_cr_type cr_type local
480 if (cr_type != CRT_NONE)
481 return cr_type;
544 enum sh64_elf_cr_type cr_type; local
549 cr_type = sh64_get_contents_type_disasm (memaddr, info)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emultempl/
sh64elf.em 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_type
535 bfd_put_16 (link_info.output_bfd, cr_type,
538 last_cr_type = cr_type;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c     [all...]

Completed in 166 milliseconds