Lines Matching refs:bucketIdx
2441 bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx; in writeTo()
2445 if (i->bucketIdx == oldBucket) in writeTo()
2449 write32(buckets + i->bucketIdx, in writeTo()
2451 oldBucket = i->bucketIdx; in writeTo()
2483 uint32_t bucketIdx = hash % nBuckets; in addSymbols() local
2484 symbols.push_back({b, ent.strTabOffset, hash, bucketIdx}); in addSymbols()
2488 return std::tie(l.bucketIdx, l.strTabOffset) < in addSymbols()
2489 std::tie(r.bucketIdx, r.strTabOffset); in addSymbols()
3268 uint32_t bucketIdx = 1; in writeTo() local
3271 endian::write32<ELFT::Endianness>(buf, bucketIdx); in writeTo()
3273 bucketIdx += bucket.size(); in writeTo()