Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DAMDGPU.cpp41 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
DSPARCV9.cpp40 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
DHexagon.cpp43 relativeRel = R_HEX_RELATIVE; in Hexagon()
DMips.cpp61 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS()
67 relativeRel = R_MIPS_REL32; in MIPS()
DPPC.cpp157 relativeRel = R_PPC_RELATIVE; in PPC()
DX86.cpp58 relativeRel = R_386_RELATIVE; in X86()
DRISCV.cpp80 relativeRel = R_RISCV_RELATIVE; in RISCV()
DAArch64.cpp62 relativeRel = R_AARCH64_RELATIVE; in AArch64()
DARM.cpp52 relativeRel = R_ARM_RELATIVE; in ARM()
DX86_64.cpp83 relativeRel = R_X86_64_RELATIVE; in X86_64()
DPPC64.cpp574 relativeRel = R_PPC64_RELATIVE; in PPC64()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp1030 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()
DTarget.h118 RelType relativeRel; variable
DRelocations.cpp1073 part.relaDyn->addRelativeReloc(target->relativeRel, isec, offsetInSec, sym, in addRelativeReloc()
1184 rel = target->relativeRel; in processRelocAux()
DThunks.cpp387 target->relativeRel, in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()