Searched refs:stype (Results 1 - 5 of 5) sorted by relevance

/scripts/kconfig/
H A Dzconf.y186 menu_set_type($1->stype);
189 $1->stype);
201 if ($1->stype != S_UNKNOWN)
202 menu_set_type($1->stype);
205 $1->stype);
284 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
285 menu_set_type($1->stype);
288 $1->stype);
301 if ($1->stype
[all...]
H A Dzconf.tab.c_shipped1715 menu_set_type((yyvsp[(1) - (3)].id)->stype);
1718 (yyvsp[(1) - (3)].id)->stype);
1734 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN)
1735 menu_set_type((yyvsp[(1) - (4)].id)->stype);
1738 (yyvsp[(1) - (4)].id)->stype);
1819 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) {
1820 menu_set_type((yyvsp[(1) - (3)].id)->stype);
1823 (yyvsp[(1) - (3)].id)->stype);
1840 if ((yyvsp[(1) - (4)].id)->stype
[all...]
H A Dlkc.h63 enum symbol_type stype; member in struct:kconf_id
H A Dgconf.c1066 int stype; local
1134 stype = sym_get_type(sym);
1135 switch (stype) {
/scripts/
H A Dkallsyms.c105 char *sym, stype; local
108 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str);
125 else if (toupper(stype) == 'A')
135 else if (toupper(stype) == 'U' ||
142 else if (stype == 'N')
155 s->sym[0] = stype;

Completed in 209 milliseconds