Searched refs:create_special_node (Results 1 – 2 of 2) sorted by relevance
844 node_ptr node::create_special_node(const string &name, in create_special_node() function in dtc::fdt::node1854 node_ptr newroot = node::create_special_node("", symbols); in create_fragment_wrapper()1855 node_ptr wrapper = node::create_special_node("__overlay__", symbols); in create_fragment_wrapper()1875 node_ptr fragment = node::create_special_node(fragment_address, symbols); in create_fragment_wrapper()2048 root->add_child(node::create_special_node("__symbols__", symbols)); in parse_dts()2089 root->add_child(node::create_special_node("__fixups__", symbols)); in parse_dts()2098 node_ptr local_fixups = node::create_special_node("__local_fixups__", symbols); in parse_dts()2134 n->add_child(node::create_special_node(path, symbols)); in parse_dts()
635 static node_ptr create_special_node(const std::string &name,