Home
last modified time | relevance | path

Searched refs:hh_nbucket (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/libexec/ld.so/ldconfig/
Dldconfig.c316 hdr.hh_nbucket = 1 * nhints; in buildhints()
317 n = hdr.hh_nbucket * sizeof(struct hints_bucket); in buildhints()
327 nhints, hdr.hh_nbucket, strtab_sz); in buildhints()
332 for (i = 0; i < hdr.hh_nbucket; i++) in buildhints()
343 hdr.hh_nbucket); in buildhints()
348 for (j = 0; j < hdr.hh_nbucket; j++) { in buildhints()
352 if (j == hdr.hh_nbucket) { in buildhints()
399 if (write(fd, blist, hdr.hh_nbucket * sizeof(struct hints_bucket)) != in buildhints()
400 hdr.hh_nbucket * sizeof(struct hints_bucket)) { in buildhints()
481 for (i = 0; i < hdr->hh_nbucket; i++) { in readhints()
Dsod.c213 if (hheader->hh_nbucket == 0) in _dl_findhint()
216 bp = hbuckets + (_dl_hinthash(name, major, minor) % hheader->hh_nbucket); in _dl_findhint()
/openbsd/src/libexec/ld.so/
Dsod.c221 if (hheader->hh_nbucket == 0) in _dl_findhint()
224 bp = hbuckets + (_dl_hinthash(name, major, minor) % hheader->hh_nbucket); in _dl_findhint()
/openbsd/src/include/
Dlink.h123 long hh_nbucket; /* Number of buckets in hashtab */ member