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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dwrap.c94 WrapSymNode *wsnp, wsn; local
109 wsn.wsn_name = name;
110 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, &where)) != NULL)
118 name_len = strlen(wsn.wsn_name);
H A Dsyms.c2438 WrapSymNode wsn, *wsnp; local
2444 wsn.wsn_name = name;
2448 wsn.wsn_name += MSG_STR_UU_REAL_U_SIZE;
2453 * wsn.wsn_name will equal the current value of name
2456 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, 0)) != NULL) {
2459 name = (wsn.wsn_name == name) ?
2460 wsnp->wsn_wrapname : wsn.wsn_name;

Completed in 66 milliseconds