Searched refs:include_path_count (Results 1 – 2 of 2) sorted by relevance
134 static int include_path_count; variable1289 if (include_path_count == 0) in update_source_path()1297 for (i = 0; i < include_path_count; i++) in update_source_path()3308 include_path_count++; in add_include_path()3310 xrealloc (include_paths, include_path_count * sizeof (*include_paths)); in add_include_path()3315 include_paths[include_path_count - 1] = path; in add_include_path()
410 * objdump.c (include_paths, include_path_count): New vars.