Home
last modified time | relevance | path

Searched refs:EM_MN10200 (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDcommon.h178 #define EM_MN10200 90 /* Matsushita MN10200 */ macro
HDChangeLog-9103621 EM_MN10200, EM_OPENRISC, EM_ARC_A5, EM_XTENSA): Defined as in
/NextBSD/sys/sys/
HDelf_common.h274 #define EM_MN10200 90 /* Matsushita MN10200. */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h203 EM_MN10200 = 90, // Matsushita MN10200 enumerator
/NextBSD/contrib/llvm/lib/Object/
HDELFYAML.cpp114 ECase(EM_MN10200) in enumeration()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp309 LLVM_READOBJ_ENUM_ENT(ELF, EM_MN10200 ),
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h659 _ELF_DEFINE_EM(EM_MN10200, 90, "Matsushita MN10200") \
/NextBSD/contrib/binutils/binutils/
HDreadelf.c639 case EM_MN10200: in guess_is_rela()
1048 case EM_MN10200: in dump_relocations()
1736 case EM_MN10200: return "mn10200"; in get_machine_name()
HDChangeLog-0001456 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c516 case EM_MN10200: return "Matsushita MN10200"; in elf_machine()
/NextBSD/contrib/binutils/bfd/
HDChangeLog-00012738 * elf-m10200.c (ELF_MACHINE_CODE): Redefine to EM_MN10200.