Lines Matching refs:topSpecs
269 static TopSpec* topSpecs = NULL; variable
500 for (ts = topSpecs; ts; ts = ts->next) in VG_()
717 for (ts = topSpecs; ts; ts = ts->next) { in VG_()
724 for (ts = topSpecs; ts; ts = ts->next) { in VG_()
734 newts->next = topSpecs; in VG_()
735 topSpecs = newts; in VG_()
1066 ts = topSpecs; in VG_()
1136 topSpecs = ts->next; in VG_()
1206 if (topSpecs == NULL) { in add_hardwired_spec()
1207 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec)); in add_hardwired_spec()
1211 vg_assert(topSpecs != NULL); in add_hardwired_spec()
1212 vg_assert(topSpecs->next == NULL); in add_hardwired_spec()
1213 vg_assert(topSpecs->seginfo == NULL); in add_hardwired_spec()
1228 spec->next = topSpecs->specs; in add_hardwired_spec()
1229 topSpecs->specs = spec; in add_hardwired_spec()
1814 for (ts = topSpecs; ts; ts = ts->next) { in show_redir_state()