Searched refs:include_paths (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.bin/dtc/
H A Dfdt.hh631 std::vector<const char*> include_paths; member in class:dtc::fdt::device_tree
770 include_paths.push_back(path);
H A Dfdt.cc1323 for (std::vector<const char*>::iterator i=include_paths.begin(), e=include_paths.end() ; e!=i ; ++i)
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjdump.c120 static const char **include_paths; variable
1117 char *modname = concat (include_paths[i], "/", fname, (const char *) 0);
2822 include_paths = xrealloc (include_paths,
2823 include_path_count * sizeof (*include_paths));
2828 include_paths[include_path_count - 1] = path;

Completed in 118 milliseconds