Searched refs:relativeRel (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | SPARCV9.cpp | 37 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
|
| H A D | AMDGPU.cpp | 43 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
|
| H A D | Mips.cpp | 56 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS() 62 relativeRel = R_MIPS_REL32; in MIPS()
|
| H A D | SystemZ.cpp | 57 relativeRel = R_390_RELATIVE; in SystemZ()
|
| H A D | Hexagon.cpp | 54 relativeRel = R_HEX_RELATIVE; in Hexagon()
|
| H A D | PPC.cpp | 161 relativeRel = R_PPC_RELATIVE; in PPC()
|
| H A D | X86.cpp | 55 relativeRel = R_386_RELATIVE; in X86()
|
| H A D | AArch64.cpp | 115 relativeRel = R_AARCH64_RELATIVE; in AArch64()
|
| H A D | X86_64.cpp | 81 relativeRel = R_X86_64_RELATIVE; in X86_64()
|
| H A D | PPC64.cpp | 583 relativeRel = R_PPC64_RELATIVE; in PPC64()
|
| H A D | LoongArch.cpp | 211 relativeRel = R_LARCH_RELATIVE; in LoongArch()
|
| H A D | RISCV.cpp | 116 relativeRel = R_RISCV_RELATIVE; in RISCV()
|
| H A D | ARM.cpp | 62 relativeRel = R_ARM_RELATIVE; in ARM()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 131 RelType relativeRel = 0; variable
|
| H A D | SyntheticSections.cpp | 1107 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 D | Relocations.cpp | 849 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 D | Thunks.cpp | 600 ctx.target->relativeRel, *ctx.in.ppc64LongBranchTarget, in PPC64PILongBranchThunk()
|