Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DAMDGPU.cpp37 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
DSPARCV9.cpp40 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
DMips.cpp61 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS()
67 relativeRel = R_MIPS_REL32; in MIPS()
DHexagon.cpp43 relativeRel = R_HEX_RELATIVE; in Hexagon()
DPPC.cpp156 relativeRel = R_PPC_RELATIVE; in PPC()
DX86.cpp58 relativeRel = R_386_RELATIVE; in X86()
DRISCV.cpp78 relativeRel = R_RISCV_RELATIVE; in RISCV()
DAArch64.cpp61 relativeRel = R_AARCH64_RELATIVE; in AArch64()
DARM.cpp52 relativeRel = R_ARM_RELATIVE; in ARM()
DX86_64.cpp81 relativeRel = R_X86_64_RELATIVE; in X86_64()
DPPC64.cpp573 relativeRel = R_PPC64_RELATIVE; in PPC64()
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1023 mainPart->relaDyn->addReloc(target->relativeRel, this, offset, p.first); in build()
1033 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first, in build()
1039 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, true, in build()
1597 if (reloc.type == target->relativeRel) in addReloc()
1656 return std::make_tuple(a.type != target->relativeRel, in writeTo()
1658 std::make_tuple(b.type != target->relativeRel, in writeTo()
1743 if (r.getType(config->isMips64EL) == target->relativeRel) in updateAllocSize()
1841 add(target->relativeRel); in updateAllocSize()
1852 add(target->relativeRel); in updateAllocSize()
1867 add(target->relativeRel); in updateAllocSize()
DTarget.h118 RelType relativeRel; variable
DRelocations.cpp1060 part.relaDyn->addReloc(target->relativeRel, isec, offsetInSec, sym, addend, in addRelativeReloc()
1162 rel = target->relativeRel; in processRelocAux()
DThunks.cpp378 {target->relativeRel, in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()