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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c320 gnu_comdat_sym(Ifl_desc *ifl, Is_desc *gisp) argument
329 (isp == gisp) || (isp->is_name == NULL))
339 if ((strncmp(isp->is_name, gisp->is_name, ssize) == 0) &&
340 (gisp->is_name[ssize] == '.'))
341 return ((char *)&gisp->is_name[ssize]);

Completed in 61 milliseconds