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()
107 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
110 Type = ELF::R_ARM_TLS_CALL; in GetRelocTypeInner()
113 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
120 Type = ELF::R_ARM_JUMP24; in GetRelocTypeInner()
124 Type = ELF::R_ARM_THM_JUMP24; in GetRelocTypeInner()
127 Type = ELF::R_ARM_MOVT_PREL; in GetRelocTypeInner()
130 Type = ELF::R_ARM_MOVW_PREL_NC; in GetRelocTypeInner()
133 Type = ELF::R_ARM_THM_MOVT_PREL; in GetRelocTypeInner()
136 Type = ELF::R_ARM_THM_MOVW_PREL_NC; in GetRelocTypeInner()
142 Type = ELF::R_ARM_THM_TLS_CALL; in GetRelocTypeInner()
145 Type = ELF::R_ARM_THM_CALL; in GetRelocTypeInner()
154 return ELF::R_ARM_NONE; in GetRelocTypeInner()
159 Type = ELF::R_ARM_ABS8; in GetRelocTypeInner()
167 Type = ELF::R_ARM_ABS16; in GetRelocTypeInner()
175 Type = ELF::R_ARM_NONE; in GetRelocTypeInner()
178 Type = ELF::R_ARM_GOT_BREL; in GetRelocTypeInner()
181 Type = ELF::R_ARM_TLS_GD32; in GetRelocTypeInner()
184 Type = ELF::R_ARM_TLS_LE32; in GetRelocTypeInner()
187 Type = ELF::R_ARM_TLS_IE32; in GetRelocTypeInner()
190 Type = ELF::R_ARM_ABS32; in GetRelocTypeInner()
193 Type = ELF::R_ARM_GOTOFF32; in GetRelocTypeInner()
196 Type = ELF::R_ARM_GOT_PREL; in GetRelocTypeInner()
199 Type = ELF::R_ARM_TARGET1; in GetRelocTypeInner()
202 Type = ELF::R_ARM_TARGET2; in GetRelocTypeInner()
205 Type = ELF::R_ARM_PREL31; in GetRelocTypeInner()
208 Type = ELF::R_ARM_SBREL32; in GetRelocTypeInner()
211 Type = ELF::R_ARM_TLS_LDO32; in GetRelocTypeInner()
214 Type = ELF::R_ARM_TLS_CALL; in GetRelocTypeInner()
217 Type = ELF::R_ARM_TLS_GOTDESC; in GetRelocTypeInner()
220 Type = ELF::R_ARM_TLS_DESCSEQ; in GetRelocTypeInner()
234 Type = ELF::R_ARM_JUMP24; in GetRelocTypeInner()
237 Type = ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
240 Type = ELF::R_ARM_MOVW_ABS_NC; in GetRelocTypeInner()
243 Type = ELF::R_ARM_THM_MOVT_ABS; in GetRelocTypeInner()
246 Type = ELF::R_ARM_THM_MOVW_ABS_NC; in GetRelocTypeInner()