Home | History | Annotate | Download | only in binutils

Lines Matching defs:current_unit

47   struct debug_unit *current_unit;
648 if (info->current_unit == NULL
715 if (info->current_unit != NULL)
716 info->current_unit->next = nunit;
723 info->current_unit = nunit;
744 if (info->current_unit == NULL)
750 for (f = info->current_unit->files; f != NULL; f = f->next)
796 if (info->current_unit == NULL)
845 if (info->current_unit == NULL
875 if (info->current_unit == NULL
910 if (info->current_unit == NULL
945 if (info->current_unit == NULL
976 if (info->current_unit == NULL)
1015 info->current_unit->linenos = l;
1143 if (info->current_unit == NULL
1836 if (info->current_unit == NULL
1947 if (info->current_unit == NULL)
1969 for (f = info->current_unit->files; f != NULL; f = f->next)