Home
last modified time | relevance | path

Searched refs:RelativeRel (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAMDGPU.cpp36 RelativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
H A DSPARCV9.cpp40 RelativeRel = R_SPARC_RELATIVE; in SPARCV9()
H A DMips.cpp64 RelativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS()
69 RelativeRel = R_MIPS_REL32; in MIPS()
185 return RelativeRel; in getDynRel()
H A DHexagon.cpp42 RelativeRel = R_HEX_RELATIVE; in Hexagon()
H A DAArch64.cpp58 RelativeRel = R_AARCH64_RELATIVE; in AArch64()
H A DX86.cpp54 RelativeRel = R_386_RELATIVE; in X86()
H A DARM.cpp51 RelativeRel = R_ARM_RELATIVE; in ARM()
H A DX86_64.cpp60 RelativeRel = R_X86_64_RELATIVE; in X86_64()
H A DPPC64.cpp201 RelativeRel = R_PPC64_RELATIVE; in PPC64()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp975 In.RelaDyn->addReloc(Target->RelativeRel, this, Offset, P.first); in build()
985 In.RelaDyn->addReloc({Target->RelativeRel, this, Offset, L.first, in build()
991 In.RelaDyn->addReloc({Target->RelativeRel, this, Offset, true, in build()
1503 if (Reloc.Type == Target->RelativeRel) in addReloc()
1548 bool AIsRel = A.Type == Target->RelativeRel; in compRelocations()
1549 bool BIsRel = B.Type == Target->RelativeRel; in compRelocations()
1644 if (R.getType(Config->IsMips64EL) == Target->RelativeRel) in updateAllocSize()
1692 Add(Target->RelativeRel); in updateAllocSize()
1703 Add(Target->RelativeRel); in updateAllocSize()
1718 Add(Target->RelativeRel); in updateAllocSize()
H A DTarget.h99 RelType RelativeRel; variable
H A DThunks.cpp282 In.RelaDyn->addReloc({Target->RelativeRel, In.PPC64LongBranchTarget, in PPC64PILongBranchThunk()
H A DRelocations.cpp759 In.RelaDyn->addReloc(Target->RelativeRel, IS, OffsetInSec, Sym, Addend, Expr, in addRelativeReloc()