Searched refs:include_path_count (Results 1 – 4 of 4) sorted by relevance
159 static int include_path_count; variable1868 if (include_path_count == 0) in update_source_path()1876 for (i = 0; i < include_path_count; i++) in update_source_path()5155 include_path_count++; in add_include_path()5157 xrealloc (include_paths, include_path_count * sizeof (*include_paths)); in add_include_path()5162 include_paths[include_path_count - 1] = path; in add_include_path()
410 * objdump.c (include_paths, include_path_count): New vars.
178 static int include_path_count; variable2051 if (include_path_count == 0) in update_source_path()2059 for (i = 0; i < include_path_count; i++) in update_source_path()5494 include_path_count++; in add_include_path()5496 xrealloc (include_paths, include_path_count * sizeof (*include_paths)); in add_include_path()5501 include_paths[include_path_count - 1] = path; in add_include_path()