Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c734 if ((hash = sgp->sg_hashtab) != NULL && hash->osh_hashtab != NULL) { in os_desc_hash()
769 if ((sgp->sg_hashtab = hash) == NULL) in os_desc_hash()
1163 if (os_ndx == 0 && (hash = sgp->sg_hashtab) != NULL) { in ld_place_section()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1080 os_desc_hash_t *sg_hashtab; /* hash table of output descriptors */ member