Searched refs:relativeRel (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | SPARCV9.cpp | 38 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
|
H A D | AMDGPU.cpp | 43 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
|
H A D | Mips.cpp | 58 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS() 64 relativeRel = R_MIPS_REL32; in MIPS()
|
H A D | Hexagon.cpp | 43 relativeRel = R_HEX_RELATIVE; in Hexagon()
|
H A D | PPC.cpp | 158 relativeRel = R_PPC_RELATIVE; in PPC()
|
H A D | X86.cpp | 50 relativeRel = R_386_RELATIVE; in X86()
|
H A D | LoongArch.cpp | 188 relativeRel = R_LARCH_RELATIVE; in LoongArch()
|
H A D | X86_64.cpp | 74 relativeRel = R_X86_64_RELATIVE; in X86_64()
|
H A D | AArch64.cpp | 81 relativeRel = R_AARCH64_RELATIVE; in AArch64()
|
H A D | PPC64.cpp | 585 relativeRel = R_PPC64_RELATIVE; in PPC64()
|
H A D | RISCV.cpp | 113 relativeRel = R_RISCV_RELATIVE; in RISCV()
|
H A D | ARM.cpp | 59 relativeRel = R_ARM_RELATIVE; in ARM()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.h | 128 RelType relativeRel; 125 RelType relativeRel; global() variable
|
H A D | SyntheticSections.cpp | 1058 mainPart->relaDyn->addSymbolReloc(target->relativeRel, *this, offset, in build() 1069 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first, in build() 1075 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, in build() 1666 const RelType relativeRel = target->relativeRel; in partitionRels() local 1669 [=](auto &r) { return r.type == relativeRel; }) - in partitionRels() 1840 if (r.getType(config->isMips64EL) == target->relativeRel) in updateAllocSize() 1938 add(target->relativeRel); in updateAllocSize() 1949 add(target->relativeRel); in updateAllocSize() 1964 add(target->relativeRel); in updateAllocSize()
|
H A D | Relocations.cpp | 879 part.relaDyn->addRelativeReloc(target->relativeRel, isec, offsetInSec, sym, in addRelativeReloc() 909 part.relaDyn->addRelativeReloc<shard>(target->relativeRel, isec, offsetInSec, in addRelativeReloc() 1151 rel = target->relativeRel; in processAux()
|
H A D | Thunks.cpp | 478 target->relativeRel, *in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()
|