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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dwrap.c94 WrapSymNode *wsnp, wsn; local
110 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, &where)) != NULL)
111 return (wsnp);
120 if ((wsnp = libld_calloc(1, sizeof (*wsnp) + wrapname_len)) == NULL)
122 wsnp->wsn_name = name;
124 wsnp->wsn_wrapname = tmpname = (char *)(wsnp + 1);
129 avl_insert(ofl->ofl_wrap, wsnp, where);
130 return (wsnp);
[all...]
H A Dsyms.c2438 WrapSymNode wsn, *wsnp; local
2456 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, 0)) != NULL) {
2460 wsnp->wsn_wrapname : wsn.wsn_name;

Completed in 82 milliseconds