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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c115 static const char **include_paths; variable
1015 char *modname = concat (include_paths[i], "/", fname, (const char *) 0);
2743 include_paths = xrealloc (include_paths,
2744 include_path_count * sizeof (*include_paths));
2749 include_paths[include_path_count - 1] = path;
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c133 static const char **include_paths; variable
1379 char *modname = concat (include_paths[i], "/", fname, (const char *) 0);
3393 include_paths = (const char **)
3394 xrealloc (include_paths, include_path_count * sizeof (*include_paths));
3399 include_paths[include_path_count - 1] = path;

Completed in 161 milliseconds