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

References

tools/lld/ELF/Relocations.cpp
 1343       addPltEntry<ELFT>(in.iplt, in.igotPlt, in.relaIplt, target->iRelativeRel,
tools/lld/ELF/Symbols.cpp
  147     return in.igotPlt->getVA() + getGotPltOffset();
  155     return in.igotPlt->getVA() + getGotPltOffset();
tools/lld/ELF/SyntheticSections.cpp
 1571     getParent()->info = in.igotPlt->getParent()->sectionIndex;
tools/lld/ELF/Writer.cpp
  486   in.igotPlt = make<IgotPltSection>();
  487   add(in.igotPlt);
 1882   finalizeSynthetic(in.igotPlt);