Lines Matching refs:ELF

44                               (EMachine != ELF::EM_386) &&  in X86ELFObjectWriter()
45 (EMachine != ELF::EM_IAMCU)) {} in X86ELFObjectWriter()
115 return ELF::R_X86_64_NONE; in getRelocType64()
118 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType64()
120 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
122 return ELF::R_X86_64_32S; in getRelocType64()
124 return IsPCRel ? ELF::R_X86_64_PC16 : ELF::R_X86_64_16; in getRelocType64()
126 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8; in getRelocType64()
132 return IsPCRel ? ELF::R_X86_64_GOTPC64 : ELF::R_X86_64_GOT64; in getRelocType64()
134 return IsPCRel ? ELF::R_X86_64_GOTPC32 : ELF::R_X86_64_GOT32; in getRelocType64()
145 return ELF::R_X86_64_GOTOFF64; in getRelocType64()
150 return ELF::R_X86_64_TPOFF64; in getRelocType64()
152 return ELF::R_X86_64_TPOFF32; in getRelocType64()
164 return ELF::R_X86_64_DTPOFF64; in getRelocType64()
166 return ELF::R_X86_64_DTPOFF32; in getRelocType64()
178 return ELF::R_X86_64_SIZE64; in getRelocType64()
180 return ELF::R_X86_64_SIZE32; in getRelocType64()
189 return ELF::R_X86_64_TLSDESC_CALL; in getRelocType64()
191 return ELF::R_X86_64_GOTPC32_TLSDESC; in getRelocType64()
194 return ELF::R_X86_64_TLSGD; in getRelocType64()
197 return ELF::R_X86_64_GOTTPOFF; in getRelocType64()
200 return ELF::R_X86_64_TLSLD; in getRelocType64()
203 return ELF::R_X86_64_PLT32; in getRelocType64()
210 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
213 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
215 return ELF::R_X86_64_GOTPCRELX; in getRelocType64()
218 return ELF::R_X86_64_REX_GOTPCRELX; in getRelocType64()
223 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
226 return ELF::R_X86_64_PLTOFF64; in getRelocType64()
261 return ELF::R_386_NONE; in getRelocType32()
264 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
266 return IsPCRel ? ELF::R_386_PC16 : ELF::R_386_16; in getRelocType32()
268 return IsPCRel ? ELF::R_386_PC8 : ELF::R_386_8; in getRelocType32()
274 return ELF::R_386_GOTPC; in getRelocType32()
278 return ELF::R_386_GOT32; in getRelocType32()
281 ? ELF::R_386_GOT32X in getRelocType32()
282 : ELF::R_386_GOT32; in getRelocType32()
286 return ELF::R_386_GOTOFF; in getRelocType32()
288 return ELF::R_386_TLS_DESC_CALL; in getRelocType32()
290 return ELF::R_386_TLS_GOTDESC; in getRelocType32()
294 return ELF::R_386_TLS_LE_32; in getRelocType32()
298 return ELF::R_386_TLS_LDO_32; in getRelocType32()
302 return ELF::R_386_TLS_GD; in getRelocType32()
306 return ELF::R_386_TLS_IE_32; in getRelocType32()
309 return ELF::R_386_PLT32; in getRelocType32()
313 return ELF::R_386_TLS_IE; in getRelocType32()
317 return ELF::R_386_TLS_LE; in getRelocType32()
321 return ELF::R_386_TLS_GOTIE; in getRelocType32()
325 return ELF::R_386_TLS_LDM; in getRelocType32()
337 if (getEMachine() == ELF::EM_X86_64) in getRelocType()
340 assert((getEMachine() == ELF::EM_386 || getEMachine() == ELF::EM_IAMCU) && in getRelocType()