Home
last modified time | relevance | path

Searched refs:relativeRel (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp37 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
H A DAMDGPU.cpp43 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
H A DMips.cpp56 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS()
62 relativeRel = R_MIPS_REL32; in MIPS()
H A DSystemZ.cpp57 relativeRel = R_390_RELATIVE; in SystemZ()
H A DHexagon.cpp54 relativeRel = R_HEX_RELATIVE; in Hexagon()
H A DPPC.cpp161 relativeRel = R_PPC_RELATIVE; in PPC()
H A DX86.cpp55 relativeRel = R_386_RELATIVE; in X86()
H A DAArch64.cpp115 relativeRel = R_AARCH64_RELATIVE; in AArch64()
H A DX86_64.cpp81 relativeRel = R_X86_64_RELATIVE; in X86_64()
H A DPPC64.cpp583 relativeRel = R_PPC64_RELATIVE; in PPC64()
H A DLoongArch.cpp211 relativeRel = R_LARCH_RELATIVE; in LoongArch()
H A DRISCV.cpp116 relativeRel = R_RISCV_RELATIVE; in RISCV()
H A DARM.cpp62 relativeRel = R_ARM_RELATIVE; in ARM()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h131 RelType relativeRel = 0; variable
H A DSyntheticSections.cpp1107 ctx.mainPart->relaDyn->addSymbolReloc(ctx.target->relativeRel, *this, in build()
1118 ctx.mainPart->relaDyn->addReloc({ctx.target->relativeRel, this, offset, in build()
1124 ctx.mainPart->relaDyn->addReloc({ctx.target->relativeRel, this, offset, in build()
1723 const RelType relativeRel = ctx.target->relativeRel; in partitionRels() local
1726 [=](auto &r) { return r.type == relativeRel; }) - in partitionRels()
1899 if (r.getType(ctx.arg.isMips64EL) == ctx.target->relativeRel) in updateAllocSize()
1994 add(ctx.target->relativeRel); in updateAllocSize()
2005 add(ctx.target->relativeRel); in updateAllocSize()
2020 add(ctx.target->relativeRel); in updateAllocSize()
H A DRelocations.cpp849 part.relaDyn->addRelativeReloc<shard>(ctx.target->relativeRel, isec, in addRelativeReloc()
879 part.relaDyn->addRelativeReloc<shard>(ctx.target->relativeRel, isec, in addRelativeReloc()
1146 rel = ctx.target->relativeRel; in processAux()
H A DThunks.cpp600 ctx.target->relativeRel, *ctx.in.ppc64LongBranchTarget, in PPC64PILongBranchThunk()