Searched defs:isdp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c44 Isd_node isd, *isdp; local
68 if ((isdp = avl_find(avlt, &isd, &where)) != NULL) {
69 gdp->gd_oisc = isdp->isd_isp;
76 if ((isdp = libld_calloc(sizeof (Isd_node), 1)) == NULL)
79 isdp->isd_name = isd.isd_name;
80 isdp->isd_hash = isd.isd_hash;
81 isdp->isd_isp = gdp->gd_isc;
83 avl_insert(avlt, isdp, where);
H A Dplace.c238 Isd_node isd, *isdp; local
270 if ((isdp = avl_find(avlt, &isd, &where)) != NULL) {
279 isp->is_comdatkeep = isdp->isd_isp;
281 isdp->isd_isp));
298 if ((isdp = libld_calloc(sizeof (Isd_node), 1)) == NULL)
301 isdp->isd_name = isd.isd_name;
302 isdp->isd_hash = isd.isd_hash;
303 isdp->isd_isp = isp;
305 avl_insert(avlt, isdp, where);

Completed in 55 milliseconds