/openbsd/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430ELFObjectWriter.cpp | 24 : MCELFObjectTargetWriter(false, OSABI, ELF::EM_MSP430, in MSP430ELFObjectWriter()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-msp430.c | 589 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 D | ELF.cpp | 108 .Case("msp430", EM_MSP430) in convertArchNameToEMachine() 383 case EM_MSP430: in convertEMachineToArchName()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Target.cpp | 78 case EM_MSP430: in getTarget()
|
H A D | ScriptParser.cpp | 440 .Case("elf32-msp430", {ELF32LEKind, EM_MSP430}) in parseBfdName() 472 if (config->emachine == EM_MSP430) in readOutputFormat()
|
H A D | Driver.cpp | 179 .Case("msp430elf", {ELF32LEKind, EM_MSP430}) in parseEmulation() 185 if (ret.second == EM_MSP430) in parseEmulation()
|
H A D | InputFiles.cpp | 1576 return EM_MSP430; in getBitcodeMachineKind()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-msp430.c | 607 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 D | ELF.cpp | 148 case ELF::EM_MSP430: in getELFRelocationTypeName() 267 case ELF::EM_MSP430: in getELFSectionTypeName()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 183 #define EM_MSP430 105 /* TI msp430 micro controller */ macro
|
H A D | ChangeLog-9103 | 256 * elf/common.h (EM_MSP430): Change e_machine value to officially
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 184 #define EM_MSP430 105 /* TI msp430 micro controller */ macro
|
H A D | ChangeLog-9103 | 290 * elf/common.h (EM_MSP430): Change e_machine value to officially
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1204 case ELF::EM_MSP430: in getFileFormatName() 1288 case ELF::EM_MSP430: in getArch()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 222 EM_MSP430 = 105, // Texas Instruments embedded microcontroller msp430 enumerator
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 280 ECase(EM_MSP430); in enumeration() 707 case ELF::EM_MSP430: in enumeration()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 608 case EM_MSP430: in guess_is_rela() 1306 case EM_MSP430: in dump_relocations()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 662 case EM_MSP430: in guess_is_rela() 1071 case EM_MSP430: in dump_relocations()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1130 ENUM_ENT(EM_MSP430, "Texas Instruments msp430 microcontroller"), 2656 case EM_MSP430: in printArchSpecificInfo()
|