Lines Matching refs:ELF
25 : MCELFObjectTargetWriter(/* Is64Bit */ true, OSABI, ELF::EM_VE, in VEELFObjectWriter()
44 return ELF::R_VE_PC_LO32; in getRelocType()
51 return ELF::R_VE_NONE; in getRelocType()
56 return ELF::R_VE_NONE; in getRelocType()
61 return ELF::R_VE_NONE; in getRelocType()
64 return ELF::R_VE_SREL32; in getRelocType()
69 return ELF::R_VE_NONE; in getRelocType()
72 return ELF::R_VE_SREL32; in getRelocType()
74 return ELF::R_VE_PC_HI32; in getRelocType()
76 return ELF::R_VE_PC_LO32; in getRelocType()
83 return ELF::R_VE_NONE; in getRelocType()
86 return ELF::R_VE_NONE; in getRelocType()
89 return ELF::R_VE_NONE; in getRelocType()
91 return ELF::R_VE_REFLONG; in getRelocType()
93 return ELF::R_VE_REFQUAD; in getRelocType()
95 return ELF::R_VE_REFLONG; in getRelocType()
99 return ELF::R_VE_NONE; in getRelocType()
101 return ELF::R_VE_HI32; in getRelocType()
103 return ELF::R_VE_LO32; in getRelocType()
107 return ELF::R_VE_NONE; in getRelocType()
111 return ELF::R_VE_NONE; in getRelocType()
113 return ELF::R_VE_GOT_HI32; in getRelocType()
115 return ELF::R_VE_GOT_LO32; in getRelocType()
117 return ELF::R_VE_GOTOFF_HI32; in getRelocType()
119 return ELF::R_VE_GOTOFF_LO32; in getRelocType()
121 return ELF::R_VE_PLT_HI32; in getRelocType()
123 return ELF::R_VE_PLT_LO32; in getRelocType()
125 return ELF::R_VE_TLS_GD_HI32; in getRelocType()
127 return ELF::R_VE_TLS_GD_LO32; in getRelocType()
129 return ELF::R_VE_TPOFF_HI32; in getRelocType()
131 return ELF::R_VE_TPOFF_LO32; in getRelocType()
134 return ELF::R_VE_NONE; in getRelocType()
148 case ELF::R_VE_GOT_HI32: in needsRelocateWithSymbol()
149 case ELF::R_VE_GOT_LO32: in needsRelocateWithSymbol()
150 case ELF::R_VE_GOTOFF_HI32: in needsRelocateWithSymbol()
151 case ELF::R_VE_GOTOFF_LO32: in needsRelocateWithSymbol()
152 case ELF::R_VE_TLS_GD_HI32: in needsRelocateWithSymbol()
153 case ELF::R_VE_TLS_GD_LO32: in needsRelocateWithSymbol()