Searched refs:bfd_arch_xc16x (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | cpu-xc16x.c | 32 bfd_arch_xc16x, /* Architecture. */ 49 bfd_arch_xc16x, /* Architecture. */ 66 bfd_arch_xc16x, /* Architecture. */
|
D | elf32-xc16x.c | 455 bfd_default_set_arch_mach (abfd, bfd_arch_xc16x, in elf32_xc16x_object_p() 461 #define ELF_ARCH bfd_arch_xc16x
|
D | bfd-in2.h | 2261 bfd_arch_xc16x, /* Infineon's XC16X Series. */ enumerator
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xc16x.h | 26 #define TARGET_ARCH bfd_arch_xc16x 40 #define BFD_ARCH bfd_arch_xc16x
|
D | tc-xc16x.c | 78 if (!bfd_set_arch_mach (stdoutput, bfd_arch_xc16x, bfd_mach_xc16xl)) in xc16xlmode() 85 if (!bfd_set_arch_mach (stdoutput, bfd_arch_xc16x, bfd_mach_xc16xs)) in xc16xsmode() 92 if (!bfd_set_arch_mach (stdoutput, bfd_arch_xc16x, bfd_mach_xc16x)) in xc16xmode()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | disassemble.c | 469 case bfd_arch_xc16x:
|
D | xc16x-dis.c | 747 #define CGEN_BFD_ARCH bfd_arch_xc16x in print_insn_xc16x()
|