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

References

tools/lld/ELF/SyntheticSections.cpp
 1984   if (l.sym->isInGot() && r.sym->isInGot())
 1985     return l.sym->gotIndex < r.sym->gotIndex;
 1986   if (!l.sym->isInGot() && !r.sym->isInGot())
 1988   return !l.sym->isInGot();