Searched refs:add_label (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-parser.y | 155 add_label(&$2->labels, $1); 175 add_label(&target->labels, $2); 252 add_label(&$2->labels, $1); 523 add_label(&$2->labels, $1);
|
| H A D | livetree.c | 27 void add_label(struct label **labels, char *label) in add_label() function 147 add_label(&old_node->labels, l->label); in merge_nodes() 168 add_label(&old_prop->labels, l->label); in merge_nodes()
|
| H A D | dtc.h | 193 void add_label(struct label **labels, char *label);
|
| H A D | dtc-parser.tab.c_shipped | 1533 add_label(&(yyvsp[0].re)->labels, (yyvsp[-1].labelref)); 1561 add_label(&target->labels, (yyvsp[-2].labelref)); 1669 add_label(&(yyvsp[0].prop)->labels, (yyvsp[-1].labelref)); 2073 add_label(&(yyvsp[0].node)->labels, (yyvsp[-1].labelref));
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 971 add_label: in fdt_node_set_part_info() 976 goto add_label; in fdt_node_set_part_info()
|