Lines Matching refs:iidesc
150 * See if this iidesc matches the ELF symbol data we pass in.
160 matching_iidesc(iidesc_t *iidesc, iidesc_match_t *match)
162 if (streq(iidesc->ii_name, match->iim_name) == 0)
165 switch (iidesc->ii_type) {
169 match->iim_ret = iidesc;
172 match->iim_ret = iidesc;
181 streq(iidesc->ii_owner, match->iim_file)) {
182 match->iim_ret = iidesc;
362 iidesc_t *iidesc;
389 iidesc = find_iidesc(td, &match);
391 if (iidesc != NULL) {
392 tolist[*curr] = iidesc;
393 iidesc->ii_flags |= IIDESC_F_USED;
411 iidesc = find_iidesc(td, &smatch);
413 if (iidesc != NULL) {
415 iidesc, match.iim_name, match.iim_file);