Home
last modified time | relevance | path

Searched refs:EM_D10V (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h173 #define EM_D10V 85 /* Mitsubishi D10V */ macro
DChangeLog-9103620 (EM_R30, EM_D10V, EM_D30V, EM_V850, EM_M32R, EM_MN10300,
/freebsd-10-stable/contrib/llvm/lib/Object/
DELFYAML.cpp103 ECase(EM_D10V) in enumeration()
/freebsd-10-stable/sys/sys/
Delf_common.h269 #define EM_D10V 85 /* Mitsubishi D10V. */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h196 EM_D10V = 85, // Mitsubishi D10V enumerator
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp222 LLVM_READOBJ_ENUM_ENT(ELF, EM_D10V ),
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c601 case EM_D10V: in guess_is_rela()
1025 case EM_D10V: in dump_relocations()
1726 case EM_D10V: return "d10v"; in get_machine_name()
DChangeLog-0001455 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
/freebsd-10-stable/contrib/binutils/bfd/
DChangeLog-00012747 * elf-d10v.c (ELF_MACHINE_CODE): Redefine to EM_D10V.