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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c50 char *iim_name; member in struct:iidesc_match
162 if (streq(iidesc->ii_name, match->iim_name) == 0)
194 iter_iidescs_by_name(td, match->iim_name,
367 match.iim_name = (char *)strdata->d_buf + sym.st_name;
372 match.iim_file = match.iim_name;
386 if (ignore_symbol(&sym, match.iim_name))
405 smatch.iim_name = (char *)strdata->d_buf + ssym.st_name;
408 debug(3, "Weak symbol %s resolved to %s\n", match.iim_name,
409 smatch.iim_name);
415 iidesc, match.iim_name, matc
[all...]

Completed in 59 milliseconds