Home
last modified time | relevance | path

Searched refs:iim_name (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c50 char *iim_name; member
164 if (streq(iidesc->ii_name, match->iim_name) == 0) in matching_iidesc()
198 iter_iidescs_by_name(td, match->iim_name, in find_iidesc()
374 match.iim_name = (char *)strdata->d_buf + sym.st_name; in sort_iidescs()
379 bname = strrchr(match.iim_name, '/'); in sort_iidescs()
380 match.iim_file = bname == NULL ? match.iim_name : bname + 1; in sort_iidescs()
394 if (ignore_symbol(&sym, match.iim_name)) in sort_iidescs()
413 smatch.iim_name = (char *)strdata->d_buf + ssym.st_name; in sort_iidescs()
416 debug(3, "Weak symbol %s resolved to %s\n", match.iim_name, in sort_iidescs()
417 smatch.iim_name); in sort_iidescs()
[all …]