Lines Matching full:elf

1 //===-- ARMELFObjectWriter.cpp - ARM ELF Writer ---------------------------===//
47 ELF::EM_ARM, in ARMELFObjectWriter()
61 case ELF::R_ARM_PREL31: in needsRelocateWithSymbol()
62 case ELF::R_ARM_ABS32: in needsRelocateWithSymbol()
86 return ELF::R_ARM_NONE; in GetRelocTypeInner()
91 Type = ELF::R_ARM_REL32; in GetRelocTypeInner()
96 Type = ELF::R_ARM_TLS_IE32; in GetRelocTypeInner()
99 Type = ELF::R_ARM_GOT_PREL; in GetRelocTypeInner()
102 Type = ELF::R_ARM_PREL31; in GetRelocTypeInner()
110 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
113 Type = ELF::R_ARM_TLS_CALL; in GetRelocTypeInner()
116 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
123 Type = ELF::R_ARM_JUMP24; in GetRelocTypeInner()
126 Type = ELF::R_ARM_THM_JUMP19; in GetRelocTypeInner()
129 Type = ELF::R_ARM_THM_JUMP24; in GetRelocTypeInner()
132 Type = ELF::R_ARM_MOVT_PREL; in GetRelocTypeInner()
135 Type = ELF::R_ARM_MOVW_PREL_NC; in GetRelocTypeInner()
138 Type = ELF::R_ARM_THM_MOVT_PREL; in GetRelocTypeInner()
141 Type = ELF::R_ARM_THM_MOVW_PREL_NC; in GetRelocTypeInner()
147 Type = ELF::R_ARM_THM_TLS_CALL; in GetRelocTypeInner()
150 Type = ELF::R_ARM_THM_CALL; in GetRelocTypeInner()
159 return ELF::R_ARM_NONE; in GetRelocTypeInner()
164 Type = ELF::R_ARM_ABS8; in GetRelocTypeInner()
172 Type = ELF::R_ARM_ABS16; in GetRelocTypeInner()
180 Type = ELF::R_ARM_NONE; in GetRelocTypeInner()
183 Type = ELF::R_ARM_GOT_BREL; in GetRelocTypeInner()
186 Type = ELF::R_ARM_TLS_GD32; in GetRelocTypeInner()
189 Type = ELF::R_ARM_TLS_LE32; in GetRelocTypeInner()
192 Type = ELF::R_ARM_TLS_IE32; in GetRelocTypeInner()
195 Type = ELF::R_ARM_ABS32; in GetRelocTypeInner()
198 Type = ELF::R_ARM_GOTOFF32; in GetRelocTypeInner()
201 Type = ELF::R_ARM_GOT_PREL; in GetRelocTypeInner()
204 Type = ELF::R_ARM_TARGET1; in GetRelocTypeInner()
207 Type = ELF::R_ARM_TARGET2; in GetRelocTypeInner()
210 Type = ELF::R_ARM_PREL31; in GetRelocTypeInner()
213 Type = ELF::R_ARM_SBREL32; in GetRelocTypeInner()
216 Type = ELF::R_ARM_TLS_LDO32; in GetRelocTypeInner()
219 Type = ELF::R_ARM_TLS_CALL; in GetRelocTypeInner()
222 Type = ELF::R_ARM_TLS_GOTDESC; in GetRelocTypeInner()
225 Type = ELF::R_ARM_TLS_DESCSEQ; in GetRelocTypeInner()
239 Type = ELF::R_ARM_JUMP24; in GetRelocTypeInner()
242 Type = ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
245 Type = ELF::R_ARM_MOVW_ABS_NC; in GetRelocTypeInner()
248 Type = ELF::R_ARM_THM_MOVT_ABS; in GetRelocTypeInner()
251 Type = ELF::R_ARM_THM_MOVW_ABS_NC; in GetRelocTypeInner()