Searched refs:cr_type (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh64-com.c154 enum sh64_elf_cr_type cr_type local
168 rangep->cr_type = cr_type;
197 rangep->cr_type = CRT_NONE;
207 enum sh64_elf_cr_type cr_type local
210 rangep->cr_type = cr_type;
211 return cr_type;
218 rangep->cr_type = CRT_SH5_ISA32;
230 /* If this call fails, we will still have CRT_NONE in rangep->cr_type
[all...]
H A Delf32-sh64.h36 Elf32_Half cr_type;
44 enum sh64_elf_cr_type cr_type; member in struct:__anon7247
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dsh64-dis.c453 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
[all...]

Completed in 102 milliseconds