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

Declarations

tools/lld/ELF/SyntheticSections.h
  130   uint64_t getGlobalDynOffset(const Symbol &b) const;

References

tools/lld/ELF/InputSection.cpp
  808     return in.got->getGlobalDynOffset(sym) + a;
  810     return in.got->getVA() + in.got->getGlobalDynOffset(sym) + a - in.gotPlt->getVA();
tools/lld/ELF/Relocations.cpp
  170       uint64_t off = in.got->getGlobalDynOffset(sym);
  242         uint64_t off = in.got->getGlobalDynOffset(sym);