Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c735 if (nitems < hash->osh_size) { in os_desc_hash()
740 idx = osp->os_namehash % hash->osh_size; in os_desc_hash()
752 new_size = (hash->osh_size << 1) - 1; in os_desc_hash()
782 hash->osh_size = new_size; in os_desc_hash()
785 idx = osp->os_namehash % hash->osh_size; in os_desc_hash()
1170 osp = hash->osh_hashtab[onamehash % hash->osh_size]; in ld_place_section()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1016 size_t osh_size; /* number of elements in hash table */ member