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

References

tools/lld/ELF/Arch/Hexagon.cpp
  123     return R_GOTPLTREL;
tools/lld/ELF/Arch/X86.cpp
  145     return R_GOTPLTREL;
tools/lld/ELF/Arch/X86_64.cpp
  119     return R_GOTPLTREL;
tools/lld/ELF/InputSection.cpp
  671   case R_GOTPLTREL:
tools/lld/ELF/Relocations.cpp
  354   return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_MIPS_GOTREL, R_PPC64_CALL,
 1245   if (oneof<R_GOTPLTONLY_PC, R_GOTPLTREL, R_GOTPLT, R_TLSGD_GOTPLT>(expr)) {