/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_reloc_type_str.c | 41 case EM_IAMCU: in elftc_reloc_type_str()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 45 (EMachine != ELF::EM_IAMCU)) {} in X86ELFObjectWriter() 337 assert((getEMachine() == ELF::EM_386 || getEMachine() == ELF::EM_IAMCU) && in getRelocType()
|
H A D | X86AsmBackend.cpp | 1098 ELF::EM_IAMCU); in createObjectTargetWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 25 .Case("iamcu", EM_IAMCU) in convertArchNameToEMachine() 218 case EM_IAMCU: in convertEMachineToArchName()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 53 case EM_IAMCU: in getTarget()
|
H A D | ScriptParser.cpp | 446 .Case("elf32-iamcu", {ELF32LEKind, EM_IAMCU}) in parseBfdName()
|
H A D | InputFiles.cpp | 1678 return t.isOSIAMCU() ? EM_IAMCU : EM_386; in getBitcodeMachineKind()
|
H A D | Driver.cpp | 199 .Case("elf_iamcu", {ELF32LEKind, EM_IAMCU}) in parseEmulation()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 190 case EM_IAMCU: // FIXME: is this correct? in GetRelocationJumpSlotType()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 41 case ELF::EM_IAMCU: in getELFRelocationTypeName() 197 case ELF::EM_IAMCU: in getELFRelativeRelocationType()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 80 case EM_IAMCU: in _dwarf_get_reloc_size()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 213 #define EM_IAMCU 6 /* Intel MCU. */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 140 EM_IAMCU = 6, // Intel MCU enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1291 case ELF::EM_IAMCU: in getFileFormatName() 1366 case ELF::EM_IAMCU: in getArch()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 202 ECase(EM_IAMCU); in enumeration() 898 case ELF::EM_IAMCU: in enumeration()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 265 case EM_IAMCU: return "EM_IAMCU"; in e_machines()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 367 {ArchSpec::eCore_x86_32_i486, llvm::ELF::EM_IAMCU, LLDB_INVALID_CPUTYPE,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 290 {"elf32-iamcu", {ELF::EM_IAMCU, false, true}},
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 623 _ELF_DEFINE_EM(EM_IAMCU, 6, "Intel MCU") \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 248 case EM_IAMCU: return "EM_IAMCU"; in e_machines()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 509 case EM_IAMCU: return "Intel MCU"; in elf_machine() 2079 case EM_IAMCU: in dwarf_reg()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1129 ENUM_ENT(EM_IAMCU, "EM_IAMCU"),
|