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

Declarations

tools/lld/ELF/Symbols.h
  188   uint64_t getGotOffset() const;

References

tools/lld/ELF/InputSection.cpp
  679     return sym.getGotOffset() + a;
tools/lld/ELF/Relocations.cpp
  230       uint64_t off = sym.getGotOffset();
  273         mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(),
  966   uint64_t off = sym.getGotOffset();
tools/lld/ELF/Symbols.cpp
  148   return in.got->getVA() + getGotOffset();