Lines Matching defs:next

1221 				new->next = dso->td_index;
1256 struct dso *p = lazy_head, *next;
1258 for (; p; p=next) {
1259 next = p->lazy_next;
2178 const char *rp, *next;
2179 for (rp=reserved; *rp; rp=next) {
2180 next = strchr(rp, '.') + 1;
2181 if (strncmp(name+3, rp, next-rp) == 0)
2203 tail->next = &ldso;
2352 if (tls_tail) tls_tail->next = &p->tls;
2357 tail->next = p;
2381 if (p==head) for (struct dso *q=p->next; q; q=q->next)
2394 if (p==head) for (struct dso *q=p->next; q; q=q->next)
2418 for (; p; p = p->next)
2510 for (p=head; p; p=p->next)
2540 struct dso *p, *next;
2543 for (p=old_tail; p; p=next) {
2544 next = p->syms_next;
2706 for (; p; p=p->next) {
2826 for (cnt=0, p=head; p; cnt++, p=p->next)
2961 for (i=0, td=self; !i || td!=self; i++, td=td->next) {
2967 for (p=head; ; p=p->next) {
2990 for (j=0, td=self; !j || td!=self; j++, td=td->next) {
3297 for (struct dso *q = head; q; q = q->next) {
3306 assign_tls(app.next);
3310 for (struct dso *q = head; q; q = q->next) {
3318 for (struct dso *p = head; p; p = p->next) {
3342 tail->next = &vdso;
3385 reloc_all(app.next, NULL);
3387 for (struct dso *q = head; q; q = q->next) {
3555 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next;
3646 for (p = orig_tail->next; p; p = next) {
3647 next = p->next;
3649 void *tmp = p->td_index->next;
3668 for (p=orig_tail->next; p; p=next) {
3669 next = p->next;
3676 if (tls_tail) tls_tail->next = 0;
3682 tail->next = 0;
3833 notify_addition_to_debugger(orig_tail->next);
4094 for (p=head; p; p=p->next) if (h==p) return 0;
4103 for (p=head; p; p=p->next) {
4132 p = p->next;
4271 tail->next = NULL;
4273 p->next->prev = p->prev;
4274 p->prev->next = p->next;
4687 current = current->next;
5542 const char *rp, *next;
5543 for (rp = reserved; *rp; rp = next) {
5544 next = strchr(rp, '.') + 1;
5545 if (strncmp(name + NAME_INDEX_THREE, rp, next - rp) == 0) {
5570 tail->next = &ldso;
5757 tail->next = task->p;
5840 for (struct dso *q = p->next; q; q = q->next) {
5862 for (struct dso *q = p->next; q; q = q->next) {
5942 for (; p; p = p->next) {
5978 tls_tail->next = &p->tls;
5985 p = p->next;
6208 for (struct dso *so = p; so != NULL; so = so->next) {
6223 debug_info->next = NULL;
6227 debug_info->next = NULL;
6228 debug_tail->next = debug_info;
6240 debug_tail->next = NULL;
6242 debug_info->next->prev = debug_info->prev;
6243 debug_info->prev->next = debug_info->next;
6252 struct dso_handle_node* next;
6264 cur =cur->next;
6325 cur->next = dso_handle_list;