Searched refs:include_path_count (Results 1 – 2 of 2) sorted by relevance
133 static int include_path_count; variable1256 if (include_path_count == 0) in update_source_path()1264 for (i = 0; i < include_path_count; i++) in update_source_path()3185 include_path_count++; in add_include_path()3187 xrealloc (include_paths, include_path_count * sizeof (*include_paths)); in add_include_path()3192 include_paths[include_path_count - 1] = path; in add_include_path()
410 * objdump.c (include_paths, include_path_count): New vars.