Lines Matching defs:ts
396 TopSpec* ts;
501 for (ts = topSpecs; ts; ts = ts->next)
502 vg_assert(ts->seginfo != newdi);
736 for (ts = topSpecs; ts; ts = ts->next) {
737 if (ts->seginfo)
739 ts->seginfo, ts );
743 for (ts = topSpecs; ts; ts = ts->next) {
744 generate_and_add_actives( ts->specs, ts,
1083 TopSpec* ts;
1097 ts = topSpecs;
1099 if (ts == NULL) break;
1100 if (ts->seginfo == delsi) break;
1101 tsPrev = ts;
1102 ts = ts->next;
1105 vg_assert(ts); /* else we don't have the deleted DebugInfo */
1106 vg_assert(ts->seginfo == delsi);
1112 ts->mark = True;
1158 for (sp = ts->specs; sp; sp = sp_next) {
1167 topSpecs = ts->next;
1169 tsPrev->next = ts->next;
1171 dinfo_free(ts);
1883 TopSpec* ts;
1888 for (ts = topSpecs; ts; ts = ts->next) {
1889 if (ts->seginfo)
1892 VG_(DebugInfo_get_soname)(ts->seginfo),
1893 VG_(DebugInfo_get_filename)(ts->seginfo));
1898 for (sp = ts->specs; sp; sp = sp->next)