add_label         143 scripts/dtc/dtc-parser.y 			add_label(&$2->labels, $1);
add_label         178 scripts/dtc/dtc-parser.y 				add_label(&target->labels, $2);
add_label         281 scripts/dtc/dtc-parser.y 			add_label(&$2->labels, $1);
add_label         562 scripts/dtc/dtc-parser.y 			add_label(&$2->labels, $1);
add_label         193 scripts/dtc/dtc.h void add_label(struct label **labels, char *label);
add_label         152 scripts/dtc/livetree.c 		add_label(&old_node->labels, l->label);
add_label         173 scripts/dtc/livetree.c 					add_label(&old_prop->labels, l->label);