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

  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 242 static int undef_types_length; variable
6819 if (undef_types_length == undef_types_allocated)
6826 undef_types[undef_types_length++] = type;
6912 for (type = undef_types; type < undef_types + undef_types_length; type++)
6966 undef_types_length = 0;
7214 undef_types_length = 0;
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 242 static int undef_types_length; variable
6822 if (undef_types_length == undef_types_allocated)
6829 undef_types[undef_types_length++] = type;
6915 for (type = undef_types; type < undef_types + undef_types_length; type++)
6969 undef_types_length = 0;
7215 undef_types_length = 0;

Completed in 71 milliseconds