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

  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 2058 int includes_allocated;
2078 includes_allocated = 30;
2080 psymtab_include_list = (const char **) alloca (includes_allocated *
2469 if (includes_used >= includes_allocated)
2474 alloca ((includes_allocated *= 2) *
2050 int includes_allocated; local
mdebugread.c 2329 int includes_allocated;
2354 includes_allocated = 30;
2356 psymtab_include_list = (const char **) alloca (includes_allocated *
3010 if (includes_used >= includes_allocated)
3015 alloca ((includes_allocated *= 2) *
2321 int includes_allocated; local
stabsread.c 1230 int includes_allocated;
1248 includes_allocated = 30;
1250 psymtab_include_list = (const char **) alloca (includes_allocated *
1642 if (includes_used >= includes_allocated)
1647 alloca ((includes_allocated *= 2) * sizeof (const char *));
1227 int includes_allocated; local
  /src/external/gpl3/gdb/dist/gdb/
xcoffread.c 2058 int includes_allocated;
2078 includes_allocated = 30;
2080 psymtab_include_list = (const char **) alloca (includes_allocated *
2469 if (includes_used >= includes_allocated)
2474 alloca ((includes_allocated *= 2) *
2050 int includes_allocated; local
mdebugread.c 2329 int includes_allocated;
2354 includes_allocated = 30;
2356 psymtab_include_list = (const char **) alloca (includes_allocated *
3013 if (includes_used >= includes_allocated)
3018 alloca ((includes_allocated *= 2) *
2321 int includes_allocated; local
stabsread.c 1230 int includes_allocated;
1248 includes_allocated = 30;
1250 psymtab_include_list = (const char **) alloca (includes_allocated *
1642 if (includes_used >= includes_allocated)
1647 alloca ((includes_allocated *= 2) * sizeof (const char *));
1227 int includes_allocated; local

Completed in 39 milliseconds