HomeSort by: relevance | last modified time | path
    Searched defs:current_unit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
debug.c 47 struct debug_unit *current_unit; member in struct:debug_handle
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 == NUL
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
debug.c 47 struct debug_unit *current_unit; member in struct:debug_handle
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 == NUL
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
io.h 82 #define is_stream_io(dtp) ((dtp)->u.p.current_unit->flags.access == ACCESS_STREAM)
84 #define is_char4_unit(dtp) ((dtp)->u.p.current_unit->internal_unit_kind == 4)
496 struct gfc_unit *current_unit; member in struct:st_parameter_dt::__anon14411::__anon14412
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
io.h 79 #define is_stream_io(dtp) ((dtp)->u.p.current_unit->flags.access == ACCESS_STREAM)
81 #define is_char4_unit(dtp) ((dtp)->u.p.current_unit->internal_unit_kind == 4)
497 struct gfc_unit *current_unit; member in struct:st_parameter_dt::__anon16823::__anon16824

Completed in 25 milliseconds