Home
last modified time | relevance | path

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

/openbsd/src/libexec/ld.so/ldconfig/
Dldconfig.c301 struct hints_bucket *blist; in buildhints()
317 n = hdr.hh_nbucket * sizeof(struct hints_bucket); in buildhints()
330 blist = (struct hints_bucket *)xmalloc(n); in buildhints()
340 struct hints_bucket *bp; 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()
427 struct hints_bucket *blist; in readhints()
473 blist = (struct hints_bucket *)(addr + hdr->hh_hashtab); in readhints()
482 struct hints_bucket *bp = &blist[i]; in readhints()
Dsod.c145 static struct hints_bucket *hbuckets;
178 hbuckets = (struct hints_bucket *)(addr + hheader->hh_hashtab); in _dl_maphints()
199 struct hints_bucket *bp; in _dl_findhint()
/openbsd/src/libexec/ld.so/
Dsod.c149 static struct hints_bucket *hbuckets;
184 hbuckets = (struct hints_bucket *)(addr + hheader->hh_hashtab); in _dl_maphints()
207 struct hints_bucket *bp; in _dl_findhint()
/openbsd/src/include/
Dlink.h135 struct hints_bucket { struct