Home
last modified time | relevance | path

Searched refs:EM_V850 (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp90 .Case("v850", EM_V850) in convertArchNameToEMachine()
347 case EM_V850: in convertEMachineToArchName()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h174 #define EM_V850 87 /* NEC v850 */ macro
H A DChangeLog-9103586 (EM_R30, EM_D10V, EM_D30V, EM_V850, EM_M32R, EM_MN10300,
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h174 #define EM_V850 87 /* NEC v850 */ macro
H A DChangeLog-9103620 (EM_R30, EM_D10V, EM_D30V, EM_V850, EM_M32R, EM_MN10300,
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h203 EM_V850 = 87, // NEC v850 enumerator
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c585 case EM_V850: in guess_is_rela()
1256 case EM_V850: in dump_relocations()
1964 case EM_V850: return "NEC v850"; in get_machine_name()
2339 case EM_V850: in get_machine_flags()
H A DChangeLog-0001455 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c639 case EM_V850: in guess_is_rela()
1021 case EM_V850: in dump_relocations()
1609 case EM_V850: return "NEC v850"; in get_machine_name()
1844 case EM_V850: in get_machine_flags()
H A DChangeLog-0001455 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-v850.c3061 #define ELF_MACHINE_CODE EM_V850
H A DChangeLog-00012756 * elf-v850.c (ELF_MACHINE_CODE): Redefine to EM_V850.
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-v850.c3167 #define ELF_MACHINE_CODE EM_V850
H A DChangeLog-00012756 * elf-v850.c (ELF_MACHINE_CODE): Redefine to EM_V850.
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp262 ECase(EM_V850); in enumeration()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1112 ENUM_ENT(EM_V850, "NEC v850"),