Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dobjdump.c121 static int include_path_count; variable
1089 if (include_path_count == 0) in update_source_path()
1111 for (i = 0; i < include_path_count; i++) in update_source_path()
2811 include_path_count++; in add_include_path()
2813 include_path_count * sizeof (*include_paths)); in add_include_path()
2818 include_paths[include_path_count - 1] = path; in add_include_path()
H A DChangeLog-0203410 * objdump.c (include_paths, include_path_count): New vars.