Searched refs:relativeRel (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | AMDGPU.cpp | 37 relativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
|
D | SPARCV9.cpp | 40 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
|
D | Mips.cpp | 61 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS() 67 relativeRel = R_MIPS_REL32; in MIPS()
|
D | Hexagon.cpp | 43 relativeRel = R_HEX_RELATIVE; in Hexagon()
|
D | PPC.cpp | 156 relativeRel = R_PPC_RELATIVE; in PPC()
|
D | X86.cpp | 58 relativeRel = R_386_RELATIVE; in X86()
|
D | RISCV.cpp | 78 relativeRel = R_RISCV_RELATIVE; in RISCV()
|
D | AArch64.cpp | 61 relativeRel = R_AARCH64_RELATIVE; in AArch64()
|
D | ARM.cpp | 52 relativeRel = R_ARM_RELATIVE; in ARM()
|
D | X86_64.cpp | 81 relativeRel = R_X86_64_RELATIVE; in X86_64()
|
D | PPC64.cpp | 573 relativeRel = R_PPC64_RELATIVE; in PPC64()
|
/external/llvm-project/lld/ELF/ |
D | SyntheticSections.cpp | 1023 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()
|
D | Target.h | 118 RelType relativeRel; variable
|
D | Relocations.cpp | 1060 part.relaDyn->addReloc(target->relativeRel, isec, offsetInSec, sym, addend, in addRelativeReloc() 1162 rel = target->relativeRel; in processRelocAux()
|
D | Thunks.cpp | 378 {target->relativeRel, in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()
|