Searched refs:include_paths (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | objdump.c | 117 static const char **include_paths; variable 976 char *modname = concat (include_paths[i], "/", fname, (const char *) 0); in update_source_path() 2517 include_paths = xrealloc (include_paths, in add_include_path() 2518 include_path_count * sizeof (*include_paths)); in add_include_path() 2523 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.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | objdump.c | 115 static const char **include_paths; variable 1011 char *modname = concat (include_paths[i], "/", fname, (const char *) 0); in update_source_path() 2733 include_paths = xrealloc (include_paths, in add_include_path() 2734 include_path_count * sizeof (*include_paths)); in add_include_path() 2739 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.
|