Lines Matching defs:td
744 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl)
761 tdata_label_add(td, label, lastidx);
779 tdata_label_free(td);
780 tdata_label_add(td, baselabel, baseidx);
789 resurrect_objects(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize,
823 hash_add(td->td_iihash, ii);
832 resurrect_functions(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize,
892 hash_add(td->td_iihash, ii);
901 resurrect_types(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize,
1084 list_add(&td->td_fwdlist, tdp);
1149 hash_add(td->td_iihash, ii);
1171 tdata_t *td = tdata_new();
1184 td->td_parlabel = xstrdup(buf + h->cth_stroff + h->cth_parlabel);
1187 idx = resurrect_labels(h, td, buf, label);
1189 resurrect_objects(h, td, tdarr, ntypes + 1, buf, si);
1190 resurrect_functions(h, td, tdarr, ntypes + 1, buf, si);
1191 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx);
1195 td->td_nextid = ntypes + 1;
1197 return (td);
1241 tdata_t *td;
1274 td = ctf_parse(h, ctfdata, si, label);
1281 return (td);