Home
last modified time | relevance | path

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

/trueos/usr.bin/dtc/
HDfdt.hh631 std::vector<const char*> include_paths; member in dtc::fdt::device_tree
770 include_paths.push_back(path); in add_include_path()
HDfdt.cc1324 …for (std::vector<const char*>::iterator i=include_paths.begin(), e=include_paths.end() ; e!=i ; ++… in parse_dts()
/trueos/contrib/binutils/binutils/
HDobjdump.c120 static const char **include_paths; variable
1113 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()
HDChangeLog-0203410 * objdump.c (include_paths, include_path_count): New vars.