Searched refs:include_paths (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | objdump.c | 158 static const char **include_paths; variable 1878 char *modname = concat (include_paths[i], "/", fname, in update_source_path() 5156 include_paths = (const char **) in add_include_path() 5157 xrealloc (include_paths, include_path_count * sizeof (*include_paths)); in add_include_path() 5162 include_paths[include_path_count - 1] = path; in add_include_path()
|
H A D | ChangeLog-0203 | 410 * objdump.c (include_paths, include_path_count): New vars.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | objdump.c | 177 static const char **include_paths; variable 2061 char *modname = concat (include_paths[i], "/", fname, in update_source_path() 5495 include_paths = (const char **) in add_include_path() 5496 xrealloc (include_paths, include_path_count * sizeof (*include_paths)); in add_include_path() 5501 include_paths[include_path_count - 1] = path; in add_include_path()
|
H A D | ChangeLog-0203 | 410 * objdump.c (include_paths, include_path_count): New vars.
|