Home | History | Annotate | Download | only in dtc

Lines Matching refs:LABEL

353 				  const char *label, struct node *node,
361 othernode = get_node_by_label(dt, label);
364 otherprop = get_property_by_label(dt, label, &othernode);
366 othermark = get_marker_label(dt, label, &othernode,
373 FAIL(c, dti, "Duplicate label '%s' on " DESCLABEL_FMT
375 label, DESCLABEL_ARGS(node, prop, mark),
382 struct label *l;
386 check_duplicate_label(c, dti, l->label, node, NULL, NULL);
392 check_duplicate_label(c, dti, l->label, node, prop, NULL);
394 for_each_marker_of_type(m, LABEL)
535 "label \"%s\"\n", m->ref);
566 FAIL(c, dti, "Reference to non-existent node or label \"%s\"\n",