Searched refs:include_path_count (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjdump.c121 static int include_path_count; variable
1093 if (include_path_count == 0)
1115 for (i = 0; i < include_path_count; i++)
2821 include_path_count++;
2823 include_path_count * sizeof (*include_paths));
2828 include_paths[include_path_count - 1] = path;

Completed in 48 milliseconds