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

References

tools/lld/ELF/Arch/Hexagon.cpp
  127     return R_GOTPLT;
tools/lld/ELF/Arch/X86.cpp
  141     return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT;
  143     return R_GOTPLT;
tools/lld/ELF/Arch/X86_64.cpp
  110     return R_GOTPLT;
tools/lld/ELF/InputSection.cpp
  673   case R_GOTPLT:
tools/lld/ELF/Relocations.cpp
  286   if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, R_GOT_OFF,
  347                R_MIPS_GOT_OFF32, R_AARCH64_GOT_PAGE_PC, R_GOT_PC, R_GOTPLT>(
  371   if (oneof<R_DTPREL, R_GOTPLT, R_GOT_OFF, R_TLSLD_GOT_OFF,
 1245   if (oneof<R_GOTPLTONLY_PC, R_GOTPLTREL, R_GOTPLT, R_TLSGD_GOTPLT>(expr)) {