Home
last modified time | relevance | path

Searched refs:label (Results 1 – 17 of 17) sorted by relevance

/scripts/dtc/
Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label() argument
29 struct label *new; in add_label()
33 if (streq(new->label, label)) in add_label()
37 new->label = label; in add_label()
107 struct label *l; in merge_nodes()
111 add_label(&old_node->labels, l->label); in merge_nodes()
126 add_label(&old_prop->labels, l->label); in merge_nodes()
286 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() argument
295 struct label *l; in get_property_by_label()
298 if (streq(l->label, label)) in get_property_by_label()
[all …]
Ddtc.h128 struct label { struct
129 char *label; member
130 struct label *next; argument
139 struct label *labels;
156 struct label *labels;
168 void add_label(struct label **labels, char *label);
185 struct property *get_property_by_label(struct node *tree, const char *label,
187 struct marker *get_marker_label(struct node *tree, const char *label,
191 struct node *get_node_by_label(struct node *tree, const char *label);
205 struct label *labels;
Dflattree.c55 void (*beginnode)(void *, struct label *labels);
56 void (*endnode)(void *, struct label *labels);
57 void (*property)(void *, struct label *labels);
92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode()
97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode()
102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property()
117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() argument
119 fprintf(f, "\t.globl\t%s_%s\n", prefix, label); in emit_label()
120 fprintf(f, "%s_%s:\n", prefix, label); in emit_label()
121 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label()
[all …]
Dtreesource.c238 struct label *l; in write_tree_source_node()
242 fprintf(f, "%s: ", l->label); in write_tree_source_node()
251 fprintf(f, "%s: ", l->label); in write_tree_source_node()
271 struct label *l; in dt_to_source()
274 fprintf(f, "%s: ", l->label); in dt_to_source()
Dchecks.c289 const char *label, struct node *node, in check_duplicate_label() argument
296 othernode = get_node_by_label(dt, label); in check_duplicate_label()
299 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
301 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
310 label, DESCLABEL_ARGS(node, prop, mark), in check_duplicate_label()
317 struct label *l; in check_duplicate_label_node()
320 check_duplicate_label(c, dt, l->label, node, NULL, NULL); in check_duplicate_label_node()
326 struct label *l; in check_duplicate_label_prop()
329 check_duplicate_label(c, dt, l->label, node, prop, NULL); in check_duplicate_label_prop()
Ddtc-lexer.lex.c_shipped840 do_action: /* This label is used only to access EOF actions. */
917 { /* label reference */
Ddtc-parser.tab.c_shipped1470 print_error("label or path, '%s', not found", (yyvsp[(2) - (3)].labelref));
1805 YYERROR and the label yyerrorlab therefore never appears in user
/scripts/
Dkallsyms.c248 static void output_label(char *label) in output_label() argument
251 printf(".globl %c%s\n", symbol_prefix_char, label); in output_label()
253 printf(".globl %s\n", label); in output_label()
256 printf("%c%s:\n", symbol_prefix_char, label); in output_label()
258 printf("%s:\n", label); in output_label()
Dgcc-goto.sh10 * Not related to asm goto, but used by jump label
/scripts/kconfig/lxdialog/
Dutil.c391 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument
399 temp = strspn(label, " "); in print_button()
400 label += temp; in print_button()
407 waddch(win, label[0]); in print_button()
410 waddstr(win, (char *)label + 1); in print_button()
Ddialog.h202 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
/scripts/kconfig/
Dqconf.h103 void addColumn(colIdx idx, const QString& label) in addColumn() argument
105 colMap[idx] = Parent::addColumn(label); in addColumn()
Dgconf.c443 GtkWidget *dialog, *label; in on_window1_delete_event() local
463 label = gtk_label_new(_("\nSave configuration ?\n")); in on_window1_delete_event()
464 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox), label); in on_window1_delete_event()
465 gtk_widget_show(label); in on_window1_delete_event()
Dzconf.lex.c_shipped1053 do_action: /* This label is used only to access EOF actions. */
Dzconf.tab.c_shipped2140 YYERROR and the label yyerrorlab therefore never appears in user
/scripts/genksyms/
Dparse.tab.c_shipped2279 YYERROR and the label yyerrorlab therefore never appears in user
Dlex.lex.c_shipped832 do_action: /* This label is used only to access EOF actions. */