Home
last modified time | relevance | path

Searched refs:EM_COLDFIRE (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h140 #define EM_COLDFIRE 52 /* Motorola Coldfire */ macro
/freebsd-11-stable/sys/sys/
HDelf_common.h234 #define EM_COLDFIRE 52 /* Motorola ColdFire. */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h163 EM_COLDFIRE = 52, // Motorola ColdFire enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp100 ECase(EM_COLDFIRE); in enumeration()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h656 _ELF_DEFINE_EM(EM_COLDFIRE, 52, "Motorola ColdFire") \
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c525 case EM_COLDFIRE: return "Motorola ColdFire"; in elf_machine()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c1722 case EM_COLDFIRE: return "Motorola Coldfire"; in get_machine_name()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1285 ENUM_ENT(EM_COLDFIRE, "Motorola Coldfire"),