Searched refs:include_paths (Results 1 – 6 of 6) sorted by relevance
294 const std::vector<std::string> include_paths; member in dtc::text_input_buffer330 : defines(d), include_paths(i), dir(directory), depfile(deps) in text_input_buffer()
829 std::vector<std::string> include_paths; member in dtc::fdt::device_tree1026 include_paths.push_back(std::move(p)); in add_include_path()
232 for (auto i : include_paths) in handle_include()274 for (auto i : include_paths) in read_binary_file()
1937 std::vector<string>(include_paths), 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.