Searched refs:create_special_node (Results 1 – 2 of 2) sorted by relevance
861 node_ptr node::create_special_node(const string &name, in create_special_node() function in dtc::fdt::node1942 node_ptr newroot = node::create_special_node("", symbols); in create_fragment_wrapper()1943 node_ptr wrapper = node::create_special_node("__overlay__", symbols); in create_fragment_wrapper()1963 node_ptr fragment = node::create_special_node(fragment_address, symbols); in create_fragment_wrapper()2149 root->add_child(node::create_special_node("__symbols__", symbols)); in parse_dts()2190 root->add_child(node::create_special_node("__fixups__", symbols)); in parse_dts()2199 node_ptr local_fixups = node::create_special_node("__local_fixups__", symbols); in parse_dts()2235 n->add_child(node::create_special_node(path, symbols)); in parse_dts()
642 static node_ptr create_special_node(const std::string &name,