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

Overrides

tools/lld/ELF/Target.h
   80   virtual void relocateOne(uint8_t *loc, RelType type, uint64_t val) const = 0;

Declarations

tools/lld/ELF/Arch/SPARCV9.cpp
   31   void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;

References

tools/lld/ELF/Arch/SPARCV9.cpp
  143   relocateOne(buf, R_SPARC_22, off);
  144   relocateOne(buf + 4, R_SPARC_WDISP19, -(off + 4 - pltEntrySize));