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

Declarations

tools/lld/ELF/Symbols.h
  191   uint64_t getGotPltVA() const;

References

tools/lld/ELF/SyntheticSections.cpp
 2482     uint64_t got = b->getGotPltVA();
tools/lld/ELF/Thunks.cpp
  713     uint64_t va = destination.getGotPltVA();
  725     offset = destination.getGotPltVA() - (in.ppc32Got2->getParent()->getVA() +
  730     offset = destination.getGotPltVA() - in.got->getVA();
  776   int64_t offset = destination.getGotPltVA() - getPPC64TocBase();