Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c132 static const char **include_paths; variable
1266 char *modname = concat (include_paths[i], "/", fname, (const char *) 0); in update_source_path()
3186 include_paths = (const char **) in add_include_path()
3187 xrealloc (include_paths, include_path_count * sizeof (*include_paths)); in add_include_path()
3192 include_paths[include_path_count - 1] = path; in add_include_path()
DChangeLog-0203410 * objdump.c (include_paths, include_path_count): New vars.