Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp38 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
H A DAMDGPU.cpp43 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
H A DMips.cpp58 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS()
64 relativeRel = R_MIPS_REL32; in MIPS()
H A DHexagon.cpp43 relativeRel = R_HEX_RELATIVE; in Hexagon()
H A DPPC.cpp158 relativeRel = R_PPC_RELATIVE; in PPC()
H A DX86.cpp50 relativeRel = R_386_RELATIVE; in X86()
H A DLoongArch.cpp188 relativeRel = R_LARCH_RELATIVE; in LoongArch()
H A DX86_64.cpp74 relativeRel = R_X86_64_RELATIVE; in X86_64()
H A DAArch64.cpp81 relativeRel = R_AARCH64_RELATIVE; in AArch64()
H A DPPC64.cpp585 relativeRel = R_PPC64_RELATIVE; in PPC64()
H A DRISCV.cpp113 relativeRel = R_RISCV_RELATIVE; in RISCV()
H A DARM.cpp59 relativeRel = R_ARM_RELATIVE; in ARM()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h128 RelType relativeRel;
125 RelType relativeRel; global() variable
H A DSyntheticSections.cpp1058 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 DRelocations.cpp879 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 DThunks.cpp478 target->relativeRel, *in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()