Searched refs:include_paths (Results 1 – 4 of 4) sorted by relevance
631 std::vector<const char*> include_paths; member in dtc::fdt::device_tree770 include_paths.push_back(path); in add_include_path()
1324 …for (std::vector<const char*>::iterator i=include_paths.begin(), e=include_paths.end() ; e!=i ; ++… in parse_dts()
120 static const char **include_paths; variable1113 char *modname = concat (include_paths[i], "/", fname, (const char *) 0); in update_source_path()2812 include_paths = xrealloc (include_paths, in add_include_path()2813 include_path_count * sizeof (*include_paths)); in add_include_path()2818 include_paths[include_path_count - 1] = path; in add_include_path()
410 * objdump.c (include_paths, include_path_count): New vars.