Searched refs:osh_hashtab (Results 1 – 2 of 2) sorted by relevance
734 if ((hash = sgp->sg_hashtab) != NULL && hash->osh_hashtab != NULL) { in os_desc_hash()741 osp->os_hashnext = hash->osh_hashtab[idx]; in os_desc_hash()742 hash->osh_hashtab[idx] = osp; in os_desc_hash()751 libld_free(hash->osh_hashtab); in os_desc_hash()774 if ((hash->osh_hashtab = in os_desc_hash()786 osp->os_hashnext = hash->osh_hashtab[idx]; in os_desc_hash()787 hash->osh_hashtab[idx] = osp; in os_desc_hash()1170 osp = hash->osh_hashtab[onamehash % hash->osh_size]; in ld_place_section()
1015 Os_desc **osh_hashtab; /* hash table itself */ member