Home
last modified time | relevance | path

Searched refs:EM_MSP430 (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFObjectWriter.cpp24 : MCELFObjectTargetWriter(false, OSABI, ELF::EM_MSP430, in MSP430ELFObjectWriter()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-msp430.c589 elf_elfheader (abfd)->e_machine = EM_MSP430;
602 if (elf_elfheader (abfd)->e_machine == EM_MSP430
689 #define ELF_MACHINE_CODE EM_MSP430
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp108 .Case("msp430", EM_MSP430) in convertArchNameToEMachine()
383 case EM_MSP430: in convertEMachineToArchName()
/openbsd/gnu/llvm/lld/ELF/
H A DTarget.cpp78 case EM_MSP430: in getTarget()
H A DScriptParser.cpp440 .Case("elf32-msp430", {ELF32LEKind, EM_MSP430}) in parseBfdName()
472 if (config->emachine == EM_MSP430) in readOutputFormat()
H A DDriver.cpp179 .Case("msp430elf", {ELF32LEKind, EM_MSP430}) in parseEmulation()
185 if (ret.second == EM_MSP430) in parseEmulation()
H A DInputFiles.cpp1576 return EM_MSP430; in getBitcodeMachineKind()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-msp430.c607 elf_elfheader (abfd)->e_machine = EM_MSP430; in bfd_elf_msp430_final_write_processing()
619 if (elf_elfheader (abfd)->e_machine == EM_MSP430 in elf32_msp430_object_p()
1203 #define ELF_MACHINE_CODE EM_MSP430
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp148 case ELF::EM_MSP430: in getELFRelocationTypeName()
267 case ELF::EM_MSP430: in getELFSectionTypeName()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h183 #define EM_MSP430 105 /* TI msp430 micro controller */ macro
H A DChangeLog-9103256 * elf/common.h (EM_MSP430): Change e_machine value to officially
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h184 #define EM_MSP430 105 /* TI msp430 micro controller */ macro
H A DChangeLog-9103290 * elf/common.h (EM_MSP430): Change e_machine value to officially
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h1204 case ELF::EM_MSP430: in getFileFormatName()
1288 case ELF::EM_MSP430: in getArch()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h222 EM_MSP430 = 105, // Texas Instruments embedded microcontroller msp430 enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp280 ECase(EM_MSP430); in enumeration()
707 case ELF::EM_MSP430: in enumeration()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c608 case EM_MSP430: in guess_is_rela()
1306 case EM_MSP430: in dump_relocations()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c662 case EM_MSP430: in guess_is_rela()
1071 case EM_MSP430: in dump_relocations()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1130 ENUM_ENT(EM_MSP430, "Texas Instruments msp430 microcontroller"),
2656 case EM_MSP430: in printArchSpecificInfo()