Searched refs:ELFReloc (Results 1 – 2 of 2) sorted by relevance
229 auto ELFReloc = Rel.getType(false); in addSingleRelocation() local232 if (LLVM_UNLIKELY(ELFReloc == ELF::R_PPC64_NONE)) in addSingleRelocation()236 if (ELFReloc == ELF::R_PPC64_TLSGD) in addSingleRelocation()238 if (ELFReloc == ELF::R_PPC64_TLSLD) in addSingleRelocation()242 if (ELFReloc == ELF::R_PPC64_PCREL_OPT) in addSingleRelocation()246 if (ELFReloc == ELF::R_PPC64_TPREL34) in addSingleRelocation()270 switch (ELFReloc) { in addSingleRelocation()274 object::getELFRelocationTypeName(ELF::EM_PPC64, ELFReloc)); in addSingleRelocation()
131 auto ELFReloc = Rel.getType(false); in addSingleRelocation() local134 if (LLVM_UNLIKELY(ELFReloc == ELF::R_X86_64_NONE)) in addSingleRelocation()155 switch (ELFReloc) { in addSingleRelocation()214 object::getELFRelocationTypeName(ELF::EM_X86_64, ELFReloc)); in addSingleRelocation()