Searched refs:include_paths (Results 1 – 2 of 2) sorted by relevance
133 static const char **include_paths; variable1299 char *modname = concat (include_paths[i], "/", fname, (const char *) 0); in update_source_path()3309 include_paths = (const char **) 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.