Lines Matching defs:next
58 struct td_index *next;
69 struct dso *next, *prev;
530 new->next = dso->td_index;
583 struct dso *p = lazy_head, *next;
585 for (; p; p=next) {
586 next = p->lazy_next;
1096 const char *rp, *next;
1097 for (rp=reserved; *rp; rp=next) {
1098 next = strchr(rp, '.') + 1;
1099 if (strncmp(name+3, rp, next-rp) == 0)
1121 tail->next = &ldso;
1132 for (p=head->next; p; p=p->next) {
1208 for (p=head->next; p; p=p->next) {
1287 if (tls_tail) tls_tail->next = &p->tls;
1292 tail->next = p;
1310 if (p==head) for (struct dso *q=p->next; q; q=q->next)
1323 if (p==head) for (struct dso *q=p->next; q; q=q->next)
1343 for (; p; p=p->next)
1394 for (p=head; p; p=p->next)
1422 struct dso *p, *next;
1425 for (p=old_tail; p; p=next) {
1426 next = p->syms_next;
1455 for (; p; p=p->next) {
1568 for (cnt=0, p=head; p; cnt++, p=p->next)
1704 for (i=0, td=self; !i || td!=self; i++, td=td->next) {
1710 for (p=head; ; p=p->next) {
1733 for (j=0, td=self; !j || td!=self; j++, td=td->next) {
2018 for (struct dso *p=head; p; p=p->next)
2044 tail->next = &vdso;
2085 reloc_all(app.next);
2160 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next;
2205 for (p=orig_tail->next; p; p=next) {
2206 next = p->next;
2208 void *tmp = p->td_index->next;
2223 if (tls_tail) tls_tail->next = 0;
2229 tail->next = 0;
2298 for (p=head; p; p=p->next) if (h==p) return 0;
2307 if (DL_FDPIC) for (p=head; p; p=p->next) {
2312 for (p=head; p; p=p->next) {
2344 p = p->next;
2485 current = current->next;