Searched refs:relativeRel (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | AMDGPU.cpp | 41 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
|
| H A D | SPARCV9.cpp | 38 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
|
| H A D | Hexagon.cpp | 42 relativeRel = R_HEX_RELATIVE; in Hexagon()
|
| 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 | PPC.cpp | 159 relativeRel = R_PPC_RELATIVE; in PPC()
|
| H A D | X86.cpp | 56 relativeRel = R_386_RELATIVE; in X86()
|
| H A D | ARM.cpp | 50 relativeRel = R_ARM_RELATIVE; in ARM()
|
| H A D | AArch64.cpp | 61 relativeRel = R_AARCH64_RELATIVE; in AArch64()
|
| H A D | X86_64.cpp | 81 relativeRel = R_X86_64_RELATIVE; in X86_64()
|
| H A D | RISCV.cpp | 96 relativeRel = R_RISCV_RELATIVE; in RISCV()
|
| H A D | PPC64.cpp | 568 relativeRel = R_PPC64_RELATIVE; in PPC64()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.cpp | 1055 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 D | Target.h | 122 RelType relativeRel; variable
|
| H A D | Relocations.cpp | 882 part.relaDyn->addRelativeReloc(target->relativeRel, isec, offsetInSec, sym, in addRelativeReloc() 1056 rel = target.relativeRel; in processAux()
|
| H A D | Thunks.cpp | 386 target->relativeRel, *in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()
|