Lines Matching refs:td
116 iiburst_new(tdata_t *td, int max)
119 iiburst->iib_td = td;
191 find_iidesc(tdata_t *td, iidesc_match_t *match)
194 iter_iidescs_by_name(td, match->iim_name,
299 * the weak symbol. We also need to add it to the td so it's
303 copy_from_strong(tdata_t *td, GElf_Sym *sym, iidesc_t *strongdesc,
318 hash_add(td->td_iihash, new);
329 sort_iidescs(Elf *elf, const char *file, tdata_t *td, int fuzzymatch,
354 iiburst = iiburst_new(td, nent);
389 iidesc = find_iidesc(td, &match);
411 iidesc = find_iidesc(td, &smatch);
414 tolist[*curr] = copy_from_strong(td, &sym,
441 tdata_label_newmax(td, iiburst->iib_maxtypeid);
669 make_ctf_data(tdata_t *td, Elf *elf, const char *file, size_t *lenp, int flags)
674 iiburst = sort_iidescs(elf, file, td, flags & CTF_FUZZY_MATCH,
684 write_ctf(tdata_t *td, const char *curname, const char *newname, int flags)
705 data = make_ctf_data(td, elf, curname, &len, flags);