Home | History | Annotate | Download | only in coregrind

Lines Matching defs:ts

395    TopSpec*     ts;
500 for (ts = topSpecs; ts; ts = ts->next)
501 vg_assert(ts->seginfo != newdi);
717 for (ts = topSpecs; ts; ts = ts->next) {
718 if (ts->seginfo)
720 ts->seginfo, ts );
724 for (ts = topSpecs; ts; ts = ts->next) {
725 generate_and_add_actives( ts->specs, ts,
1052 TopSpec* ts;
1066 ts = topSpecs;
1068 if (ts == NULL) break;
1069 if (ts->seginfo == delsi) break;
1070 tsPrev = ts;
1071 ts = ts->next;
1074 vg_assert(ts); /* else we don't have the deleted DebugInfo */
1075 vg_assert(ts->seginfo == delsi);
1081 ts->mark = True;
1127 for (sp = ts->specs; sp; sp = sp_next) {
1136 topSpecs = ts->next;
1138 tsPrev->next = ts->next;
1140 dinfo_free(ts);
1809 TopSpec* ts;
1814 for (ts = topSpecs; ts; ts = ts->next) {
1815 if (ts->seginfo)
1818 VG_(DebugInfo_get_soname)(ts->seginfo),
1819 VG_(DebugInfo_get_filename)(ts->seginfo));
1824 for (sp = ts->specs; sp; sp = sp->next)