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

References

tools/lld/ELF/SyntheticSections.cpp
 2335   for (auto i = symbols.begin(), e = symbols.end(); i != e; ++i) {
 2335   for (auto i = symbols.begin(), e = symbols.end(); i != e; ++i) {
 2339     uint32_t hash = i->hash;
 2340     bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx;
 2340     bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx;
 2340     bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx;
 2344     if (i->bucketIdx == oldBucket)
 2348     write32(buckets + i->bucketIdx,
 2349             getPartition().dynSymTab->getSymbolIndex(i->sym));
 2350     oldBucket = i->bucketIdx;