Searched refs:osh_hashtab (Results 1 – 2 of 2) sorted by relevance
735 if ((hash = sgp->sg_hashtab) != NULL && hash->osh_hashtab != NULL) { in os_desc_hash()742 osp->os_hashnext = hash->osh_hashtab[idx]; in os_desc_hash()743 hash->osh_hashtab[idx] = osp; in os_desc_hash()752 libld_free(hash->osh_hashtab); in os_desc_hash()775 if ((hash->osh_hashtab = in os_desc_hash()787 osp->os_hashnext = hash->osh_hashtab[idx]; in os_desc_hash()788 hash->osh_hashtab[idx] = osp; in os_desc_hash()1171 osp = hash->osh_hashtab[onamehash % hash->osh_size]; in ld_place_section()
1015 Os_desc **osh_hashtab; /* hash table itself */ member