reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Arch/AArch64.cpp
   63   symbolicRel = R_AARCH64_ABS64;
tools/lld/ELF/Arch/AMDGPU.cpp
   40   symbolicRel = R_AMDGPU_ABS64;
tools/lld/ELF/Arch/ARM.cpp
   56   symbolicRel = R_ARM_ABS32;
tools/lld/ELF/Arch/Hexagon.cpp
   45   symbolicRel = R_HEX_32;
tools/lld/ELF/Arch/Mips.cpp
   60     symbolicRel = R_MIPS_64;
   66     symbolicRel = R_MIPS_32;
  190   if (type == symbolicRel)
tools/lld/ELF/Arch/PPC.cpp
  140   symbolicRel = R_PPC_ADDR32;
tools/lld/ELF/Arch/PPC64.cpp
  297   symbolicRel = R_PPC64_ADDR64;
tools/lld/ELF/Arch/RISCV.cpp
   79     symbolicRel = R_RISCV_64;
   84     symbolicRel = R_RISCV_32;
   89   gotRel = symbolicRel;
  180   return type == target->symbolicRel ? type
tools/lld/ELF/Arch/SPARCV9.cpp
   41   symbolicRel = R_SPARC_64;
tools/lld/ELF/Arch/X86.cpp
   56   symbolicRel = R_386_32;
tools/lld/ELF/Arch/X86_64.cpp
   59   symbolicRel = R_X86_64_64;
tools/lld/ELF/Relocations.cpp
  208             {R_ADDEND, target->symbolicRel, in.got->getTlsIndexOff(), 1, &sym});
  247               {R_ADDEND, target->symbolicRel, off, 1, &sym});
  978     in.got->relocations.push_back({expr, target->symbolicRel, off, 0, &sym});
  985     addRelativeReloc(in.got, off, &sym, 0, R_ABS, target->symbolicRel);
  990       sym.isPreemptible ? R_ADDEND : R_ABS, target->symbolicRel);
 1046     if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) {
 1050       if (config->emachine == EM_MIPS && rel == target->symbolicRel)