Home
last modified time | relevance | path

Searched refs:nBuckets (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp2336 size += nBuckets * 4; // Hash buckets in finalizeContents()
2347 write32(buf, nBuckets); in writeTo()
2382 uint32_t *values = buckets + nBuckets; in writeHashTable()
2429 nBuckets = std::max<size_t>((v.end() - mid) / 4, 1); in addSymbols()
2437 uint32_t bucketIdx = hash % nBuckets; in addSymbols()
DSyntheticSections.h656 size_t nBuckets = 0; variable