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

References

tools/lld/ELF/Arch/PPC.cpp
  206     return R_DTPREL;
tools/lld/ELF/Arch/PPC64.cpp
  623     return R_DTPREL;
tools/lld/ELF/Arch/X86.cpp
   89     return R_DTPREL;
tools/lld/ELF/Arch/X86_64.cpp
   89     return R_DTPREL;
tools/lld/ELF/InputSection.cpp
  652   case R_DTPREL:
  856     if (expr != R_ABS && expr != R_DTPREL && expr != R_RISCV_ADD) {
tools/lld/ELF/Relocations.cpp
  218   if (expr == R_DTPREL && !config->shared) {
  371   if (oneof<R_DTPREL, R_GOTPLT, R_GOT_OFF, R_TLSLD_GOT_OFF,