HomeSort by relevance Sort by last modified time
    Searched defs:cr_type (Results 1 - 3 of 3) 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...]

Completed in 499 milliseconds