• Home
  • Raw
  • Download

Lines Matching refs:ELF

38                             Is64Bit ?  ELF::EM_PPC64 : ELF::EM_PPC,  in PPCELFObjectWriter()
85 Type = ELF::R_PPC_REL24; in GetRelocType()
88 Type = ELF::R_PPC_PLTREL24; in GetRelocType()
91 Type = ELF::R_PPC_LOCAL24PC; in GetRelocType()
97 Type = ELF::R_PPC_REL14; in GetRelocType()
103 Type = ELF::R_PPC_REL16; in GetRelocType()
106 Type = ELF::R_PPC_REL16_LO; in GetRelocType()
109 Type = ELF::R_PPC_REL16_HI; in GetRelocType()
112 Type = ELF::R_PPC_REL16_HA; in GetRelocType()
122 Type = ELF::R_PPC_REL32; in GetRelocType()
126 Type = ELF::R_PPC64_REL64; in GetRelocType()
133 Type = ELF::R_PPC_ADDR24; in GetRelocType()
136 Type = ELF::R_PPC_ADDR14; // XXX: or BRNTAKEN?_ in GetRelocType()
142 Type = ELF::R_PPC_ADDR16; in GetRelocType()
145 Type = ELF::R_PPC_ADDR16_LO; in GetRelocType()
148 Type = ELF::R_PPC_ADDR16_HI; in GetRelocType()
151 Type = ELF::R_PPC_ADDR16_HA; in GetRelocType()
154 Type = ELF::R_PPC64_ADDR16_HIGHER; in GetRelocType()
157 Type = ELF::R_PPC64_ADDR16_HIGHERA; in GetRelocType()
160 Type = ELF::R_PPC64_ADDR16_HIGHEST; in GetRelocType()
163 Type = ELF::R_PPC64_ADDR16_HIGHESTA; in GetRelocType()
166 Type = ELF::R_PPC_GOT16; in GetRelocType()
169 Type = ELF::R_PPC_GOT16_LO; in GetRelocType()
172 Type = ELF::R_PPC_GOT16_HI; in GetRelocType()
175 Type = ELF::R_PPC_GOT16_HA; in GetRelocType()
178 Type = ELF::R_PPC64_TOC16; in GetRelocType()
181 Type = ELF::R_PPC64_TOC16_LO; in GetRelocType()
184 Type = ELF::R_PPC64_TOC16_HI; in GetRelocType()
187 Type = ELF::R_PPC64_TOC16_HA; in GetRelocType()
190 Type = ELF::R_PPC_TPREL16; in GetRelocType()
193 Type = ELF::R_PPC_TPREL16_LO; in GetRelocType()
196 Type = ELF::R_PPC_TPREL16_HI; in GetRelocType()
199 Type = ELF::R_PPC_TPREL16_HA; in GetRelocType()
202 Type = ELF::R_PPC64_TPREL16_HIGHER; in GetRelocType()
205 Type = ELF::R_PPC64_TPREL16_HIGHERA; in GetRelocType()
208 Type = ELF::R_PPC64_TPREL16_HIGHEST; in GetRelocType()
211 Type = ELF::R_PPC64_TPREL16_HIGHESTA; in GetRelocType()
214 Type = ELF::R_PPC64_DTPREL16; in GetRelocType()
217 Type = ELF::R_PPC64_DTPREL16_LO; in GetRelocType()
220 Type = ELF::R_PPC64_DTPREL16_HI; in GetRelocType()
223 Type = ELF::R_PPC64_DTPREL16_HA; in GetRelocType()
226 Type = ELF::R_PPC64_DTPREL16_HIGHER; in GetRelocType()
229 Type = ELF::R_PPC64_DTPREL16_HIGHERA; in GetRelocType()
232 Type = ELF::R_PPC64_DTPREL16_HIGHEST; in GetRelocType()
235 Type = ELF::R_PPC64_DTPREL16_HIGHESTA; in GetRelocType()
239 Type = ELF::R_PPC64_GOT_TLSGD16; in GetRelocType()
241 Type = ELF::R_PPC_GOT_TLSGD16; in GetRelocType()
244 Type = ELF::R_PPC64_GOT_TLSGD16_LO; in GetRelocType()
247 Type = ELF::R_PPC64_GOT_TLSGD16_HI; in GetRelocType()
250 Type = ELF::R_PPC64_GOT_TLSGD16_HA; in GetRelocType()
254 Type = ELF::R_PPC64_GOT_TLSLD16; in GetRelocType()
256 Type = ELF::R_PPC_GOT_TLSLD16; in GetRelocType()
259 Type = ELF::R_PPC64_GOT_TLSLD16_LO; in GetRelocType()
262 Type = ELF::R_PPC64_GOT_TLSLD16_HI; in GetRelocType()
265 Type = ELF::R_PPC64_GOT_TLSLD16_HA; in GetRelocType()
270 Type = ELF::R_PPC64_GOT_TPREL16_DS; in GetRelocType()
275 Type = ELF::R_PPC64_GOT_TPREL16_LO_DS; in GetRelocType()
278 Type = ELF::R_PPC64_GOT_TPREL16_HI; in GetRelocType()
283 Type = ELF::R_PPC64_GOT_DTPREL16_DS; in GetRelocType()
288 Type = ELF::R_PPC64_GOT_DTPREL16_LO_DS; in GetRelocType()
291 Type = ELF::R_PPC64_GOT_TPREL16_HA; in GetRelocType()
294 Type = ELF::R_PPC64_GOT_DTPREL16_HI; in GetRelocType()
297 Type = ELF::R_PPC64_GOT_DTPREL16_HA; in GetRelocType()
305 Type = ELF::R_PPC64_ADDR16_DS; in GetRelocType()
308 Type = ELF::R_PPC64_ADDR16_LO_DS; in GetRelocType()
311 Type = ELF::R_PPC64_GOT16_DS; in GetRelocType()
314 Type = ELF::R_PPC64_GOT16_LO_DS; in GetRelocType()
317 Type = ELF::R_PPC64_TOC16_DS; in GetRelocType()
320 Type = ELF::R_PPC64_TOC16_LO_DS; in GetRelocType()
323 Type = ELF::R_PPC64_TPREL16_DS; in GetRelocType()
326 Type = ELF::R_PPC64_TPREL16_LO_DS; in GetRelocType()
329 Type = ELF::R_PPC64_DTPREL16_DS; in GetRelocType()
332 Type = ELF::R_PPC64_DTPREL16_LO_DS; in GetRelocType()
335 Type = ELF::R_PPC64_GOT_TPREL16_DS; in GetRelocType()
338 Type = ELF::R_PPC64_GOT_TPREL16_LO_DS; in GetRelocType()
341 Type = ELF::R_PPC64_GOT_DTPREL16_DS; in GetRelocType()
344 Type = ELF::R_PPC64_GOT_DTPREL16_LO_DS; in GetRelocType()
353 Type = ELF::R_PPC64_TLSGD; in GetRelocType()
355 Type = ELF::R_PPC_TLSGD; in GetRelocType()
359 Type = ELF::R_PPC64_TLSLD; in GetRelocType()
361 Type = ELF::R_PPC_TLSLD; in GetRelocType()
365 Type = ELF::R_PPC64_TLS; in GetRelocType()
367 Type = ELF::R_PPC_TLS; in GetRelocType()
375 Type = ELF::R_PPC64_TOC; in GetRelocType()
378 Type = ELF::R_PPC64_ADDR64; in GetRelocType()
381 Type = ELF::R_PPC64_DTPMOD64; in GetRelocType()
384 Type = ELF::R_PPC64_TPREL64; in GetRelocType()
387 Type = ELF::R_PPC64_DTPREL64; in GetRelocType()
392 Type = ELF::R_PPC_ADDR32; in GetRelocType()
395 Type = ELF::R_PPC_ADDR16; in GetRelocType()
408 case ELF::R_PPC_REL24: in needsRelocateWithSymbol()
415 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()