Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c66 isd.isd_hash = sgs_str_hash(isd.isd_name); in gpavl_loaded()
80 isdp->isd_hash = isd.isd_hash; in gpavl_loaded()
H A Dutil.c566 hash1 = ((Isd_node *)n1)->isd_hash; in isdavl_compare()
567 hash2 = ((Isd_node *)n2)->isd_hash; in isdavl_compare()
H A Dplace.c269 isd.isd_hash = sgs_str_hash(isd.isd_name); in add_comdat()
303 isdp->isd_hash = isd.isd_hash; in add_comdat()
H A D_libld.h604 uint_t isd_hash; /* input section name hash value */ member