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

  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 44 static unsigned int num_file_handles; variable
160 num_file_handles++;
161 all_file_handles = realloc (all_file_handles, num_file_handles
165 all_file_handles[num_file_handles - 1] = calloc (1,
167 handle = all_file_handles[num_file_handles - 1];
228 for (j = 0; j < num_file_handles; j++)
258 for (j = 0; j < num_file_handles; j++)
300 for (j = 0; j < num_file_handles; j++)
330 num_file_handles = 0;
lto-symtab.c 44 static unsigned int num_file_handles; variable
160 num_file_handles++;
161 all_file_handles = realloc (all_file_handles, num_file_handles
165 all_file_handles[num_file_handles - 1] = calloc (1,
167 handle = all_file_handles[num_file_handles - 1];
228 for (j = 0; j < num_file_handles; j++)
258 for (j = 0; j < num_file_handles; j++)
300 for (j = 0; j < num_file_handles; j++)
330 num_file_handles = 0;

Completed in 83 milliseconds