Searched refs:relativeRel (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | AMDGPU.cpp | 41 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
|
| D | SPARCV9.cpp | 40 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
|
| D | Hexagon.cpp | 43 relativeRel = R_HEX_RELATIVE; in Hexagon()
|
| D | Mips.cpp | 61 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS() 67 relativeRel = R_MIPS_REL32; in MIPS()
|
| D | PPC.cpp | 157 relativeRel = R_PPC_RELATIVE; in PPC()
|
| D | X86.cpp | 58 relativeRel = R_386_RELATIVE; in X86()
|
| D | RISCV.cpp | 80 relativeRel = R_RISCV_RELATIVE; in RISCV()
|
| D | AArch64.cpp | 62 relativeRel = R_AARCH64_RELATIVE; in AArch64()
|
| D | ARM.cpp | 52 relativeRel = R_ARM_RELATIVE; in ARM()
|
| D | X86_64.cpp | 83 relativeRel = R_X86_64_RELATIVE; in X86_64()
|
| D | PPC64.cpp | 574 relativeRel = R_PPC64_RELATIVE; in PPC64()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | SyntheticSections.cpp | 1030 mainPart->relaDyn->addSymbolReloc(target->relativeRel, this, offset, in build() 1041 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first, in build() 1047 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, in build() 1655 if (reloc.type == target->relativeRel) in addReloc() 1714 return std::make_tuple(a.type != target->relativeRel, in writeTo() 1716 std::make_tuple(b.type != target->relativeRel, in writeTo() 1801 if (r.getType(config->isMips64EL) == target->relativeRel) in updateAllocSize() 1899 add(target->relativeRel); in updateAllocSize() 1910 add(target->relativeRel); in updateAllocSize() 1925 add(target->relativeRel); in updateAllocSize()
|
| D | Target.h | 118 RelType relativeRel; variable
|
| D | Relocations.cpp | 1073 part.relaDyn->addRelativeReloc(target->relativeRel, isec, offsetInSec, sym, in addRelativeReloc() 1184 rel = target->relativeRel; in processRelocAux()
|
| D | Thunks.cpp | 387 target->relativeRel, in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()
|