Lines Matching full:msp430
1 //===-- MSP430ELFObjectWriter.cpp - MSP430 ELF Writer ---------------------===//
37 case MSP430::fixup_32: return ELF::R_MSP430_32; in getRelocType()
38 case MSP430::fixup_10_pcrel: return ELF::R_MSP430_10_PCREL; in getRelocType()
39 case MSP430::fixup_16: return ELF::R_MSP430_16; in getRelocType()
40 case MSP430::fixup_16_pcrel: return ELF::R_MSP430_16_PCREL; in getRelocType()
41 case MSP430::fixup_16_byte: return ELF::R_MSP430_16_BYTE; in getRelocType()
42 case MSP430::fixup_16_pcrel_byte: return ELF::R_MSP430_16_PCREL_BYTE; in getRelocType()
43 case MSP430::fixup_2x_pcrel: return ELF::R_MSP430_2X_PCREL; in getRelocType()
44 case MSP430::fixup_rl_pcrel: return ELF::R_MSP430_RL_PCREL; in getRelocType()
45 case MSP430::fixup_8: return ELF::R_MSP430_8; in getRelocType()
46 case MSP430::fixup_sym_diff: return ELF::R_MSP430_SYM_DIFF; in getRelocType()