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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c116 static int include_path_count; variable
991 if (include_path_count == 0)
1013 for (i = 0; i < include_path_count; i++)
2742 include_path_count++;
2744 include_path_count * sizeof (*include_paths));
2749 include_paths[include_path_count - 1] = path;
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c134 static int include_path_count; variable
1369 if (include_path_count == 0)
1377 for (i = 0; i < include_path_count; i++)
3392 include_path_count++;
3394 xrealloc (include_paths, include_path_count * sizeof (*include_paths));
3399 include_paths[include_path_count - 1] = path;

Completed in 119 milliseconds