Lines Matching refs:ELF
24 : MCELFObjectTargetWriter(/* Is64Bit */ true, OSABI, ELF::EM_VE, in VEELFObjectWriter()
43 return ELF::R_VE_PC_LO32; in getRelocType()
56 return ELF::R_VE_REFLONG; in getRelocType()
58 return ELF::R_VE_REFQUAD; in getRelocType()
60 return ELF::R_VE_PC_HI32; in getRelocType()
62 return ELF::R_VE_PC_LO32; in getRelocType()
74 return ELF::R_VE_REFLONG; in getRelocType()
76 return ELF::R_VE_REFQUAD; in getRelocType()
78 return ELF::R_VE_REFLONG; in getRelocType()
80 return ELF::R_VE_HI32; in getRelocType()
82 return ELF::R_VE_LO32; in getRelocType()
88 return ELF::R_VE_GOT_HI32; in getRelocType()
90 return ELF::R_VE_GOT_LO32; in getRelocType()
92 return ELF::R_VE_GOTOFF_HI32; in getRelocType()
94 return ELF::R_VE_GOTOFF_LO32; in getRelocType()
96 return ELF::R_VE_PLT_HI32; in getRelocType()
98 return ELF::R_VE_PLT_LO32; in getRelocType()
100 return ELF::R_VE_TLS_GD_HI32; in getRelocType()
102 return ELF::R_VE_TLS_GD_LO32; in getRelocType()
104 return ELF::R_VE_TPOFF_HI32; in getRelocType()
106 return ELF::R_VE_TPOFF_LO32; in getRelocType()
109 return ELF::R_VE_NONE; in getRelocType()
122 case ELF::R_VE_GOT_HI32: in needsRelocateWithSymbol()
123 case ELF::R_VE_GOT_LO32: in needsRelocateWithSymbol()
124 case ELF::R_VE_GOTOFF_HI32: in needsRelocateWithSymbol()
125 case ELF::R_VE_GOTOFF_LO32: in needsRelocateWithSymbol()
126 case ELF::R_VE_TLS_GD_HI32: in needsRelocateWithSymbol()
127 case ELF::R_VE_TLS_GD_LO32: in needsRelocateWithSymbol()