Lines Matching refs:ELF
41 : MCELFObjectTargetWriter(false, OSABI, ELF::EM_68K, /* RELA */ true) {} in M68kELFObjectWriter()
77 return ELF::R_68K_TLS_GD32; in getRelocType()
79 return ELF::R_68K_TLS_GD16; in getRelocType()
81 return ELF::R_68K_TLS_GD8; in getRelocType()
87 return ELF::R_68K_TLS_LDM32; in getRelocType()
89 return ELF::R_68K_TLS_LDM16; in getRelocType()
91 return ELF::R_68K_TLS_LDM8; in getRelocType()
97 return ELF::R_68K_TLS_LDO32; in getRelocType()
99 return ELF::R_68K_TLS_LDO16; in getRelocType()
101 return ELF::R_68K_TLS_LDO8; in getRelocType()
107 return ELF::R_68K_TLS_IE32; in getRelocType()
109 return ELF::R_68K_TLS_IE16; in getRelocType()
111 return ELF::R_68K_TLS_IE8; in getRelocType()
117 return ELF::R_68K_TLS_LE32; in getRelocType()
119 return ELF::R_68K_TLS_LE16; in getRelocType()
121 return ELF::R_68K_TLS_LE8; in getRelocType()
127 return IsPCRel ? ELF::R_68K_PC32 : ELF::R_68K_32; in getRelocType()
129 return IsPCRel ? ELF::R_68K_PC16 : ELF::R_68K_16; in getRelocType()
131 return IsPCRel ? ELF::R_68K_PC8 : ELF::R_68K_8; in getRelocType()
137 return ELF::R_68K_GOTPCREL32; in getRelocType()
139 return ELF::R_68K_GOTPCREL16; in getRelocType()
141 return ELF::R_68K_GOTPCREL8; in getRelocType()
148 return ELF::R_68K_GOTOFF32; in getRelocType()
150 return ELF::R_68K_GOTOFF16; in getRelocType()
152 return ELF::R_68K_GOTOFF8; in getRelocType()
158 return ELF::R_68K_PLT32; in getRelocType()
160 return ELF::R_68K_PLT16; in getRelocType()
162 return ELF::R_68K_PLT8; in getRelocType()