Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/binutils/
H A 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()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dobjdump.c145 static const char **include_paths; variable
1602 char *modname = concat (include_paths[i], "/", fname, in update_source_path()
4650 include_paths = (const char **) in add_include_path()
4651 xrealloc (include_paths, include_path_count * sizeof (*include_paths)); in add_include_path()
4656 include_paths[include_path_count - 1] = path; in add_include_path()