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

References

tools/lld/ELF/Arch/AArch64.cpp
   60   gotRel = R_AARCH64_GLOB_DAT;
tools/lld/ELF/Arch/AMDGPU.cpp
   38   gotRel = R_AMDGPU_ABS64;
tools/lld/ELF/Arch/ARM.cpp
   53   gotRel = R_ARM_GLOB_DAT;
tools/lld/ELF/Arch/Hexagon.cpp
   44   gotRel = R_HEX_GLOB_DAT;
tools/lld/ELF/Arch/PPC.cpp
  135   gotRel = R_PPC_GLOB_DAT;
tools/lld/ELF/Arch/PPC64.cpp
  292   gotRel = R_PPC64_GLOB_DAT;
tools/lld/ELF/Arch/RISCV.cpp
   89   gotRel = symbolicRel;
tools/lld/ELF/Arch/SPARCV9.cpp
   37   gotRel = R_SPARC_GLOB_DAT;
tools/lld/ELF/Arch/X86.cpp
   51   gotRel = R_386_GLOB_DAT;
tools/lld/ELF/Arch/X86_64.cpp
   54   gotRel = R_X86_64_GLOB_DAT;
tools/lld/ELF/Relocations.cpp
  989       sym.isTls() ? target->tlsGotRel : target->gotRel, in.got, off, &sym, 0,