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

Declarations

tools/lld/ELF/Symbols.h
  189   uint64_t getGotVA() const;

References

tools/lld/ELF/InputSection.cpp
  663     return sym.getGotVA() + a;
  675     return sym.getGotVA() + a - in.gotPlt->getVA();
  682     return getAArch64Page(sym.getGotVA() + a) - getAArch64Page(p);
  685     return sym.getGotVA() + a - p;