Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/dtc/
H A Dinput_buffer.hh294 const std::vector<std::string> include_paths; member in dtc::text_input_buffer
330 : defines(d), include_paths(i), dir(directory), depfile(deps) in text_input_buffer()
H A Dfdt.hh829 std::vector<std::string> include_paths; member in dtc::fdt::device_tree
1026 include_paths.push_back(std::move(p)); in add_include_path()
H A Dinput_buffer.cc232 for (auto i : include_paths) in handle_include()
274 for (auto i : include_paths) in read_binary_file()
H A Dfdt.cc1937 std::vector<string>(include_paths), in parse_dts()
/freebsd-12.1/contrib/binutils/binutils/
H A Dobjdump.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()
H A DChangeLog-0203410 * objdump.c (include_paths, include_path_count): New vars.