Searched refs:RelativeRel (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | AMDGPU.cpp | 36 RelativeRel = R_AMDGPU_RELATIVE64; in AMDGPU()
|
| H A D | SPARCV9.cpp | 40 RelativeRel = R_SPARC_RELATIVE; in SPARCV9()
|
| H A D | Mips.cpp | 64 RelativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS() 69 RelativeRel = R_MIPS_REL32; in MIPS() 185 return RelativeRel; in getDynRel()
|
| H A D | Hexagon.cpp | 42 RelativeRel = R_HEX_RELATIVE; in Hexagon()
|
| H A D | AArch64.cpp | 58 RelativeRel = R_AARCH64_RELATIVE; in AArch64()
|
| H A D | X86.cpp | 54 RelativeRel = R_386_RELATIVE; in X86()
|
| H A D | ARM.cpp | 51 RelativeRel = R_ARM_RELATIVE; in ARM()
|
| H A D | X86_64.cpp | 60 RelativeRel = R_X86_64_RELATIVE; in X86_64()
|
| H A D | PPC64.cpp | 201 RelativeRel = R_PPC64_RELATIVE; in PPC64()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.cpp | 975 In.RelaDyn->addReloc(Target->RelativeRel, this, Offset, P.first); in build() 985 In.RelaDyn->addReloc({Target->RelativeRel, this, Offset, L.first, in build() 991 In.RelaDyn->addReloc({Target->RelativeRel, this, Offset, true, in build() 1503 if (Reloc.Type == Target->RelativeRel) in addReloc() 1548 bool AIsRel = A.Type == Target->RelativeRel; in compRelocations() 1549 bool BIsRel = B.Type == Target->RelativeRel; in compRelocations() 1644 if (R.getType(Config->IsMips64EL) == Target->RelativeRel) in updateAllocSize() 1692 Add(Target->RelativeRel); in updateAllocSize() 1703 Add(Target->RelativeRel); in updateAllocSize() 1718 Add(Target->RelativeRel); in updateAllocSize()
|
| H A D | Target.h | 99 RelType RelativeRel; variable
|
| H A D | Thunks.cpp | 282 In.RelaDyn->addReloc({Target->RelativeRel, In.PPC64LongBranchTarget, in PPC64PILongBranchThunk()
|
| H A D | Relocations.cpp | 759 In.RelaDyn->addReloc(Target->RelativeRel, IS, OffsetInSec, Sym, Addend, Expr, in addRelativeReloc()
|