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

References

tools/lld/ELF/Relocations.cpp
 1333       sym.isInIplt = true;
tools/lld/ELF/Symbols.cpp
  154   if (isInIplt)
  160   if (isInIplt)
  171   PltSection *plt = isInIplt ? in.iplt : in.plt;