Home
last modified time | relevance | path

Searched refs:node_paths (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/usr.bin/dtc/
H A Dfdt.cc1205 node_paths.insert(std::make_pair(name, path)); in collect_names_recursive()
1211 auto i = node_paths.find(name); in collect_names_recursive()
1212 if (i != node_paths.end()) in collect_names_recursive()
1214 node_paths.erase(name); in collect_names_recursive()
1262 node_paths.clear(); in collect_names()
1333 node_path path = node_paths[pv->string_data]; in resolve_cross_references()
1479 for (auto &s : node_paths) in garbage_collect_marked_nodes()
2035 if (node_paths.find(s.first) == node_paths.end()) in parse_dts()
H A Dfdt.hh763 std::unordered_map<std::string, node_path> node_paths; member in dtc::fdt::device_tree