Home
last modified time | relevance | path

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

/titanic_44/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.c699 hash1 = ((Isd_node *)n1)->isd_hash; in isdavl_compare()
700 hash2 = ((Isd_node *)n2)->isd_hash; in isdavl_compare()
H A Dplace.c268 isd.isd_hash = sgs_str_hash(isd.isd_name); in add_comdat()
302 isdp->isd_hash = isd.isd_hash; in add_comdat()
H A D_libld.h615 uint_t isd_hash; /* input section name hash value */ member