• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/

Lines Matching +defs:next +defs:error

131   struct ieee_tag *next;
293 /* Report an error in the IEEE debugging information. */
536 for (s = info->abfd->sections; s != NULL; s = s->next)
2039 it->next = info->tags;
2561 for (it = info->tags; it != NULL; it = it->next)
3399 for (it = info->tags; it != NULL; it = it->next)
3608 struct ieee_buf *next;
3632 struct ieee_range *next;
3699 struct ieee_type_stack *next;
3710 struct ieee_name_type *next;
3740 struct ieee_defined_enum *next;
3775 struct ieee_modified_array_type *next;
3790 struct ieee_pending_parm *next;
3809 /* Whether we got an error in a subroutine called via traverse or
3811 bfd_boolean error;
4066 buf->next = NULL;
4090 mainbuf->tail->next = newbuf->head;
4112 n->next = NULL;
4117 info->current->tail->next = n;
4255 ts->next = info->type_stack;
4328 info->type_stack = ts->next;
4349 for (r = *plist; r != NULL; r = r->next)
4358 pr = &r->next;
4365 n = (*pr)->next;
4380 for (pr = plist; *pr != NULL; pr = &(*pr)->next)
4383 r->next = *pr;
4399 r->next = info->pending_ranges;
4415 info->pending_ranges = r->next;
4627 info.error = FALSE;
4631 if (info.error)
4659 info.error = FALSE;
4663 if (info.error)
4698 for (b = info.data.head; b != NULL; b = b->next)
4708 for (b = info.data.head; b != NULL; b = b->next)
4741 for (nt = h->types; nt != NULL; nt = nt->next)
4757 info->error = TRUE;
4765 info->error = TRUE;
4780 info->error = TRUE;
4788 info->error = TRUE;
4805 info->error = TRUE;
4968 for (r = info->ranges; r != NULL; r = r->next)
4978 for (s = info->abfd->sections; s != NULL; s = s->next)
4993 while (r->next != NULL
4994 && high + 0x1000 >= r->next->low
4995 && (r->next->high
4999 r = r->next;
5047 for (r = info->global_ranges; r != NULL; r = r->next)
5056 info->error = TRUE;
5065 info->error = TRUE;
5071 r = r->next;
5318 for (e = info->enums; e != NULL; e = e->next)
5421 e->next = info->enums;
5627 for (a = m->arrays; a != NULL; a = a->next)
5656 a->next = m->arrays;
5861 for (ntlook = h->types; ntlook != NULL; ntlook = ntlook->next)
5890 nt->next = h->types;
5939 && info->type_stack->next != NULL
5940 && ! ieee_buffer_emptyp (&info->type_stack->next->type.strdef));
5944 if (info->type_stack->next->type.ignorep)
6214 && info->type_stack->next != NULL
6215 && info->type_stack->next->type.classdef != NULL
6216 && ! ieee_buffer_emptyp (&info->type_stack->next->type.strdef));
6521 for (e = info->enums; e != NULL; e = e->next)
6533 e->next = info->enums;
6553 for (nt = h->types; nt != NULL; nt = nt->next)
6583 nt->next = h->types;
6773 for (nt = h->types; nt != NULL; nt = nt->next)
6802 nt->next = h->types;
7093 m->next = NULL;
7100 for (pm = &info->pending_parms; *pm != NULL; pm = &(*pm)->next)
7122 for (m = info->pending_parms; m != NULL; m = m->next)
7176 m = m->next, varindx++)
7189 struct ieee_pending_parm *next;
7191 next = m->next;
7193 m = next;