Lines Matching refs:ELF

35     : MCELFObjectTargetWriter(false, OSABI, ELF::EM_AVR, true) {}  in AVRELFObjectWriter()
47 return ELF::R_AVR_8; in getRelocType()
49 return ELF::R_AVR_DIFF8; in getRelocType()
51 return ELF::R_AVR_8_LO8; in getRelocType()
53 return ELF::R_AVR_8_HI8; in getRelocType()
55 return ELF::R_AVR_8_HLO8; in getRelocType()
62 return ELF::R_AVR_32; in getRelocType()
64 return ELF::R_AVR_DIFF32; in getRelocType()
71 return ELF::R_AVR_16; in getRelocType()
74 return ELF::R_AVR_16_PM; in getRelocType()
76 return ELF::R_AVR_DIFF16; in getRelocType()
79 return ELF::R_AVR_32; in getRelocType()
81 return ELF::R_AVR_7_PCREL; in getRelocType()
83 return ELF::R_AVR_13_PCREL; in getRelocType()
85 return ELF::R_AVR_16; in getRelocType()
87 return ELF::R_AVR_16_PM; in getRelocType()
89 return ELF::R_AVR_LO8_LDI; in getRelocType()
91 return ELF::R_AVR_HI8_LDI; in getRelocType()
93 return ELF::R_AVR_HH8_LDI; in getRelocType()
95 return ELF::R_AVR_LO8_LDI_NEG; in getRelocType()
97 return ELF::R_AVR_HI8_LDI_NEG; in getRelocType()
99 return ELF::R_AVR_HH8_LDI_NEG; in getRelocType()
101 return ELF::R_AVR_LO8_LDI_PM; in getRelocType()
103 return ELF::R_AVR_HI8_LDI_PM; in getRelocType()
105 return ELF::R_AVR_HH8_LDI_PM; in getRelocType()
107 return ELF::R_AVR_LO8_LDI_PM_NEG; in getRelocType()
109 return ELF::R_AVR_HI8_LDI_PM_NEG; in getRelocType()
111 return ELF::R_AVR_HH8_LDI_PM_NEG; in getRelocType()
113 return ELF::R_AVR_CALL; in getRelocType()
115 return ELF::R_AVR_LDI; in getRelocType()
117 return ELF::R_AVR_6; in getRelocType()
119 return ELF::R_AVR_6_ADIW; in getRelocType()
121 return ELF::R_AVR_MS8_LDI; in getRelocType()
123 return ELF::R_AVR_MS8_LDI_NEG; in getRelocType()
125 return ELF::R_AVR_LO8_LDI_GS; in getRelocType()
127 return ELF::R_AVR_HI8_LDI_GS; in getRelocType()
129 return ELF::R_AVR_8; in getRelocType()
131 return ELF::R_AVR_8_LO8; in getRelocType()
133 return ELF::R_AVR_8_HI8; in getRelocType()
135 return ELF::R_AVR_8_HLO8; in getRelocType()
137 return ELF::R_AVR_DIFF8; in getRelocType()
139 return ELF::R_AVR_DIFF16; in getRelocType()
141 return ELF::R_AVR_DIFF32; in getRelocType()
143 return ELF::R_AVR_LDS_STS_16; in getRelocType()
145 return ELF::R_AVR_PORT6; in getRelocType()
147 return ELF::R_AVR_PORT5; in getRelocType()