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

Overridden By

tools/lld/ELF/Arch/PPC64.cpp
  362 void PPC64::relaxGot(uint8_t *loc, RelType type, uint64_t val) const {
tools/lld/ELF/Arch/X86_64.cpp
  498 void X86_64::relaxGot(uint8_t *loc, RelType type, uint64_t val) const {

Declarations

tools/lld/ELF/Target.h
  126   virtual void relaxGot(uint8_t *loc, RelType type, uint64_t val) const;

References

tools/lld/ELF/Arch/PPC64.cpp
  189   target->relaxGot(bufLoc, type, tocRelative + ppc64TocOffset);
tools/lld/ELF/InputSection.cpp
  941       target->relaxGot(bufLoc, type, targetVA);