Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp24 .Case("88k", EM_88K) in convertArchNameToEMachine()
216 case EM_88K: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h212 #define EM_88K 5 /* Motorola 88000. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h139 EM_88K = 5, // Motorola 88000 enumerator
/freebsd/usr.bin/elfdump/
H A Delfdump.c264 case EM_88K: return "EM_88K"; in e_machines()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h622 _ELF_DEFINE_EM(EM_88K, 5, "Motorola 88000") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c247 case EM_88K: return "EM_88K"; in e_machines()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp201 ECase(EM_88K); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c510 case EM_88K: return "Motorola 88000"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1128 ENUM_ENT(EM_88K, "MC88000"),