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

Declarations

tools/lld/ELF/Symbols.h
  190   uint64_t getGotPltOffset() const;

References

tools/lld/ELF/Relocations.cpp
  959       {type, gotPlt, sym.getGotPltOffset(), !sym.isPreemptible, &sym, 0});
tools/lld/ELF/Symbols.cpp
  147     return in.igotPlt->getVA() + getGotPltOffset();
  155     return in.igotPlt->getVA() + getGotPltOffset();
  156   return in.gotPlt->getVA() + getGotPltOffset();