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()
146 return ELF::R_X86_64_GOTOFF64; in getRelocType64()
151 return ELF::R_X86_64_TPOFF64; in getRelocType64()
153 return ELF::R_X86_64_TPOFF32; in getRelocType64()
165 return ELF::R_X86_64_DTPOFF64; in getRelocType64()
167 return ELF::R_X86_64_DTPOFF32; in getRelocType64()
179 return ELF::R_X86_64_SIZE64; in getRelocType64()
181 return ELF::R_X86_64_SIZE32; in getRelocType64()
190 return ELF::R_X86_64_TLSDESC_CALL; in getRelocType64()
192 return ELF::R_X86_64_GOTPC32_TLSDESC; in getRelocType64()
195 return ELF::R_X86_64_TLSGD; in getRelocType64()
198 return ELF::R_X86_64_GOTTPOFF; in getRelocType64()
201 return ELF::R_X86_64_TLSLD; in getRelocType64()
204 return ELF::R_X86_64_PLT32; in getRelocType64()
211 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
214 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
216 return ELF::R_X86_64_GOTPCRELX; in getRelocType64()
219 return ELF::R_X86_64_REX_GOTPCRELX; in getRelocType64()
224 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
227 return ELF::R_X86_64_PLTOFF64; in getRelocType64()
245 return ELF::R_386_NONE; in getRelocType32()
248 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
250 return IsPCRel ? ELF::R_386_PC16 : ELF::R_386_16; in getRelocType32()
252 return IsPCRel ? ELF::R_386_PC8 : ELF::R_386_8; in getRelocType32()
259 return ELF::R_386_GOTPC; in getRelocType32()
263 return ELF::R_386_GOT32; in getRelocType32()
266 ? ELF::R_386_GOT32X in getRelocType32()
267 : ELF::R_386_GOT32; in getRelocType32()
272 return ELF::R_386_GOTOFF; in getRelocType32()
274 return ELF::R_386_TLS_DESC_CALL; in getRelocType32()
276 return ELF::R_386_TLS_GOTDESC; in getRelocType32()
281 return ELF::R_386_TLS_LE_32; in getRelocType32()
286 return ELF::R_386_TLS_LDO_32; in getRelocType32()
291 return ELF::R_386_TLS_GD; in getRelocType32()
296 return ELF::R_386_TLS_IE_32; in getRelocType32()
300 return ELF::R_386_PLT32; in getRelocType32()
305 return ELF::R_386_TLS_IE; in getRelocType32()
310 return ELF::R_386_TLS_LE; in getRelocType32()
315 return ELF::R_386_TLS_GOTIE; in getRelocType32()
320 return ELF::R_386_TLS_LDM; in getRelocType32()
323 return ELF::R_386_NONE; in getRelocType32()
334 if (getEMachine() == ELF::EM_X86_64) in getRelocType()
337 assert((getEMachine() == ELF::EM_386 || getEMachine() == ELF::EM_IAMCU) && in getRelocType()
346 return ELF::R_386_NONE; in getRelocType()