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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp37 relativeRel = R_AMDGPU_RELATIVE64;
H A DSPARCV9.cpp40 relativeRel = R_SPARC_RELATIVE;
H A DHexagon.cpp43 relativeRel = R_HEX_RELATIVE;
H A DPPC.cpp157 relativeRel = R_PPC_RELATIVE;
H A DRISCV.cpp78 relativeRel = R_RISCV_RELATIVE;
H A DMips.cpp61 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32;
67 relativeRel = R_MIPS_REL32;
H A DAArch64.cpp62 relativeRel = R_AARCH64_RELATIVE;
H A DX86.cpp59 relativeRel = R_386_RELATIVE;
H A DARM.cpp52 relativeRel = R_ARM_RELATIVE;
H A DPPC64.cpp398 relativeRel = R_PPC64_RELATIVE;
H A DX86_64.cpp81 relativeRel = R_X86_64_RELATIVE;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h118 RelType relativeRel; member in class:lld::elf::TargetInfo
H A DSyntheticSections.cpp982 mainPart->relaDyn->addReloc(target->relativeRel, this, offset, p.first);
992 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first,
998 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, true,
1556 if (reloc.type == target->relativeRel)
1611 return std::make_tuple(a.type != target->relativeRel,
1613 std::make_tuple(b.type != target->relativeRel,
1698 if (r.getType(config->isMips64EL) == target->relativeRel)
1796 add(target->relativeRel);
1807 add(target->relativeRel);
1822 add(target->relativeRel);
[all...]
H A DRelocations.cpp1042 part.relaDyn->addReloc(target->relativeRel, isec, offsetInSec, sym, addend,
1144 rel = target->relativeRel;
H A DThunks.cpp322 {target->relativeRel, in.ppc64LongBranchTarget, *index * UINT64_C(8),

Completed in 161 milliseconds