Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c133 static const char **include_paths; variable
1299 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()
DChangeLog-0203410 * objdump.c (include_paths, include_path_count): New vars.