Lines Matching refs:ELF

35     : MCELFObjectTargetWriter(false, OSABI, ELF::EM_AVR, true) {}  in AVRELFObjectWriter()
50 return ELF::R_AVR_8; in getRelocType()
52 return ELF::R_AVR_DIFF8; in getRelocType()
54 return ELF::R_AVR_8_LO8; in getRelocType()
56 return ELF::R_AVR_8_HI8; in getRelocType()
58 return ELF::R_AVR_8_HLO8; in getRelocType()
65 return ELF::R_AVR_32; in getRelocType()
67 return ELF::R_AVR_DIFF32; in getRelocType()
74 return ELF::R_AVR_16; in getRelocType()
77 return ELF::R_AVR_16_PM; in getRelocType()
79 return ELF::R_AVR_DIFF16; in getRelocType()
82 return ELF::R_AVR_32; in getRelocType()
84 return ELF::R_AVR_7_PCREL; in getRelocType()
86 return ELF::R_AVR_13_PCREL; in getRelocType()
88 return ELF::R_AVR_16; in getRelocType()
90 return ELF::R_AVR_16_PM; in getRelocType()
92 return ELF::R_AVR_LO8_LDI; in getRelocType()
94 return ELF::R_AVR_HI8_LDI; in getRelocType()
96 return ELF::R_AVR_HH8_LDI; in getRelocType()
98 return ELF::R_AVR_LO8_LDI_NEG; in getRelocType()
100 return ELF::R_AVR_HI8_LDI_NEG; in getRelocType()
102 return ELF::R_AVR_HH8_LDI_NEG; in getRelocType()
104 return ELF::R_AVR_LO8_LDI_PM; in getRelocType()
106 return ELF::R_AVR_HI8_LDI_PM; in getRelocType()
108 return ELF::R_AVR_HH8_LDI_PM; in getRelocType()
110 return ELF::R_AVR_LO8_LDI_PM_NEG; in getRelocType()
112 return ELF::R_AVR_HI8_LDI_PM_NEG; in getRelocType()
114 return ELF::R_AVR_HH8_LDI_PM_NEG; in getRelocType()
116 return ELF::R_AVR_CALL; in getRelocType()
118 return ELF::R_AVR_LDI; in getRelocType()
120 return ELF::R_AVR_6; in getRelocType()
122 return ELF::R_AVR_6_ADIW; in getRelocType()
124 return ELF::R_AVR_MS8_LDI; in getRelocType()
126 return ELF::R_AVR_MS8_LDI_NEG; in getRelocType()
128 return ELF::R_AVR_LO8_LDI_GS; in getRelocType()
130 return ELF::R_AVR_HI8_LDI_GS; in getRelocType()
132 return ELF::R_AVR_8; in getRelocType()
134 return ELF::R_AVR_8_LO8; in getRelocType()
136 return ELF::R_AVR_8_HI8; in getRelocType()
138 return ELF::R_AVR_8_HLO8; in getRelocType()
140 return ELF::R_AVR_DIFF8; in getRelocType()
142 return ELF::R_AVR_DIFF16; in getRelocType()
144 return ELF::R_AVR_DIFF32; in getRelocType()
146 return ELF::R_AVR_LDS_STS_16; in getRelocType()
148 return ELF::R_AVR_PORT6; in getRelocType()
150 return ELF::R_AVR_PORT5; in getRelocType()