Lines Matching refs:ELF
43 : MCELFObjectTargetWriter(Is64Bit, OSABI, ELF::EM_RISCV, in RISCVELFObjectWriter()
61 return ELF::R_RISCV_NONE; in getRelocType()
64 return ELF::R_RISCV_32_PCREL; in getRelocType()
66 return ELF::R_RISCV_PCREL_HI20; in getRelocType()
68 return ELF::R_RISCV_PCREL_LO12_I; in getRelocType()
70 return ELF::R_RISCV_PCREL_LO12_S; in getRelocType()
72 return ELF::R_RISCV_GOT_HI20; in getRelocType()
74 return ELF::R_RISCV_TLS_GOT_HI20; in getRelocType()
76 return ELF::R_RISCV_TLS_GD_HI20; in getRelocType()
78 return ELF::R_RISCV_JAL; in getRelocType()
80 return ELF::R_RISCV_BRANCH; in getRelocType()
82 return ELF::R_RISCV_RVC_JUMP; in getRelocType()
84 return ELF::R_RISCV_RVC_BRANCH; in getRelocType()
86 return ELF::R_RISCV_CALL; in getRelocType()
88 return ELF::R_RISCV_CALL_PLT; in getRelocType()
90 return ELF::R_RISCV_ADD8; in getRelocType()
92 return ELF::R_RISCV_SUB8; in getRelocType()
94 return ELF::R_RISCV_ADD16; in getRelocType()
96 return ELF::R_RISCV_SUB16; in getRelocType()
98 return ELF::R_RISCV_ADD32; in getRelocType()
100 return ELF::R_RISCV_SUB32; in getRelocType()
102 return ELF::R_RISCV_ADD64; in getRelocType()
104 return ELF::R_RISCV_SUB64; in getRelocType()
111 return ELF::R_RISCV_NONE; in getRelocType()
114 return ELF::R_RISCV_NONE; in getRelocType()
117 return ELF::R_RISCV_NONE; in getRelocType()
121 return ELF::R_RISCV_32_PCREL; in getRelocType()
122 return ELF::R_RISCV_32; in getRelocType()
124 return ELF::R_RISCV_64; in getRelocType()
126 return ELF::R_RISCV_HI20; in getRelocType()
128 return ELF::R_RISCV_LO12_I; in getRelocType()
130 return ELF::R_RISCV_LO12_S; in getRelocType()
132 return ELF::R_RISCV_TPREL_HI20; in getRelocType()
134 return ELF::R_RISCV_TPREL_LO12_I; in getRelocType()
136 return ELF::R_RISCV_TPREL_LO12_S; in getRelocType()
138 return ELF::R_RISCV_TPREL_ADD; in getRelocType()
140 return ELF::R_RISCV_RELAX; in getRelocType()
142 return ELF::R_RISCV_ALIGN; in getRelocType()
144 return ELF::R_RISCV_SET6; in getRelocType()
146 return ELF::R_RISCV_SUB6; in getRelocType()
148 return ELF::R_RISCV_ADD8; in getRelocType()
150 return ELF::R_RISCV_SET8; in getRelocType()
152 return ELF::R_RISCV_SUB8; in getRelocType()
154 return ELF::R_RISCV_SET16; in getRelocType()
156 return ELF::R_RISCV_ADD16; in getRelocType()
158 return ELF::R_RISCV_SUB16; in getRelocType()
160 return ELF::R_RISCV_SET32; in getRelocType()
162 return ELF::R_RISCV_ADD32; in getRelocType()
164 return ELF::R_RISCV_SUB32; in getRelocType()
166 return ELF::R_RISCV_ADD64; in getRelocType()
168 return ELF::R_RISCV_SUB64; in getRelocType()