Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h180 #define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */ macro
H A DChangeLog-9103612 * common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry.
621 EM_MN10200, EM_OPENRISC, EM_ARC_A5, EM_XTENSA): Defined as in
700 * common.h (EM_OPENRISC): New constant.
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h204 EM_OPENRISC = 92, // OpenRISC 32-bit embedded processor enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h281 #define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor. */ macro
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp136 ECase(EM_OPENRISC); in enumeration()
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h684 _ELF_DEFINE_EM(EM_OPENRISC, 92, \
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c607 case EM_OPENRISC: in guess_is_rela()
1115 case EM_OPENRISC: in dump_relocations()
1774 case EM_OPENRISC: in get_machine_name()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1008 ENUM_ENT(EM_OPENRISC, "OpenRISC 32-bit embedded processor"),
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c546 case EM_OPENRISC: return "OpenRISC 32-bit embedded processor"; in elf_machine()