|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lld/ELF/Arch/AArch64.cpp 58 relativeRel = R_AARCH64_RELATIVE;
tools/lld/ELF/Arch/AMDGPU.cpp 37 relativeRel = R_AMDGPU_RELATIVE64;
tools/lld/ELF/Arch/ARM.cpp 51 relativeRel = R_ARM_RELATIVE;
tools/lld/ELF/Arch/Hexagon.cpp 43 relativeRel = R_HEX_RELATIVE;
tools/lld/ELF/Arch/Mips.cpp 59 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32;
65 relativeRel = R_MIPS_REL32;
tools/lld/ELF/Arch/PPC.cpp 138 relativeRel = R_PPC_RELATIVE;
tools/lld/ELF/Arch/PPC64.cpp 295 relativeRel = R_PPC64_RELATIVE;
tools/lld/ELF/Arch/RISCV.cpp 77 relativeRel = R_RISCV_RELATIVE;
tools/lld/ELF/Arch/SPARCV9.cpp 40 relativeRel = R_SPARC_RELATIVE;
tools/lld/ELF/Arch/X86.cpp 55 relativeRel = R_386_RELATIVE;
tools/lld/ELF/Arch/X86_64.cpp 57 relativeRel = R_X86_64_RELATIVE;
tools/lld/ELF/Relocations.cpp 949 part.relaDyn->addReloc(target->relativeRel, isec, offsetInSec, sym, addend,
1051 rel = target->relativeRel;
tools/lld/ELF/SyntheticSections.cpp 979 mainPart->relaDyn->addReloc(target->relativeRel, this, offset, p.first);
989 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first,
995 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, true,
1552 if (reloc.type == target->relativeRel)
1607 return std::make_tuple(a.type != target->relativeRel,
1609 std::make_tuple(b.type != target->relativeRel,
1694 if (r.getType(config->isMips64EL) == target->relativeRel)
1792 add(target->relativeRel);
1803 add(target->relativeRel);
1818 add(target->relativeRel);
tools/lld/ELF/Thunks.cpp 304 {target->relativeRel, in.ppc64LongBranchTarget,