Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DAMDGPU.cpp41 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
H A DSPARCV9.cpp38 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
H A DHexagon.cpp42 relativeRel = R_HEX_RELATIVE; in Hexagon()
H A DMips.cpp58 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS()
64 relativeRel = R_MIPS_REL32; in MIPS()
H A DPPC.cpp159 relativeRel = R_PPC_RELATIVE; in PPC()
H A DX86.cpp56 relativeRel = R_386_RELATIVE; in X86()
H A DARM.cpp50 relativeRel = R_ARM_RELATIVE; in ARM()
H A DAArch64.cpp61 relativeRel = R_AARCH64_RELATIVE; in AArch64()
H A DX86_64.cpp81 relativeRel = R_X86_64_RELATIVE; in X86_64()
H A DRISCV.cpp96 relativeRel = R_RISCV_RELATIVE; in RISCV()
H A DPPC64.cpp568 relativeRel = R_PPC64_RELATIVE; in PPC64()
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1055 mainPart->relaDyn->addSymbolReloc(target->relativeRel, *this, offset, in build()
1066 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first, in build()
1072 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, in build()
1664 const RelType relativeRel = target->relativeRel; in partitionRels() local
1666 llvm::partition(relocs, [=](auto &r) { return r.type == relativeRel; }) - in partitionRels()
1821 if (r.getType(config->isMips64EL) == target->relativeRel) in updateAllocSize()
1919 add(target->relativeRel); in updateAllocSize()
1930 add(target->relativeRel); in updateAllocSize()
1945 add(target->relativeRel); in updateAllocSize()
H A DTarget.h122 RelType relativeRel; variable
H A DRelocations.cpp882 part.relaDyn->addRelativeReloc(target->relativeRel, isec, offsetInSec, sym, in addRelativeReloc()
1056 rel = target.relativeRel; in processAux()
H A DThunks.cpp386 target->relativeRel, *in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()