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

Declarations

tools/lld/ELF/SyntheticSections.h
  129   uint64_t getGlobalDynAddr(const Symbol &b) const;

References

tools/lld/ELF/InputSection.cpp
  801     return in.got->getGlobalDynAddr(sym) + a;
  803     return in.got->getGlobalDynAddr(sym) + a - p;
  805     return getAArch64Page(in.got->getGlobalDynAddr(sym) + a) -
  812     return in.got->getGlobalDynAddr(sym) + a - p;