Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.y191 menu_set_type($1->stype);
194 $1->stype);
206 if ($1->stype != S_UNKNOWN)
207 menu_set_type($1->stype);
210 $1->stype);
289 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
290 menu_set_type($1->stype);
293 $1->stype);
306 if ($1->stype == S_UNKNOWN) {
H A Dzconf.tab.c1710 menu_set_type((yyvsp[(1) - (3)].id)->stype);
1713 (yyvsp[(1) - (3)].id)->stype);
1729 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN)
1730 menu_set_type((yyvsp[(1) - (4)].id)->stype);
1733 (yyvsp[(1) - (4)].id)->stype);
1814 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) {
1815 menu_set_type((yyvsp[(1) - (3)].id)->stype);
1818 (yyvsp[(1) - (3)].id)->stype);
1835 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
H A Dzconf.tab.c_shipped1710 menu_set_type((yyvsp[(1) - (3)].id)->stype);
1713 (yyvsp[(1) - (3)].id)->stype);
1729 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN)
1730 menu_set_type((yyvsp[(1) - (4)].id)->stype);
1733 (yyvsp[(1) - (4)].id)->stype);
1814 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) {
1815 menu_set_type((yyvsp[(1) - (3)].id)->stype);
1818 (yyvsp[(1) - (3)].id)->stype);
1835 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
H A Dgconf.c1100 int stype; in fill_row() local
1168 stype = sym_get_type(sym); in fill_row()
1169 switch (stype) { in fill_row()
H A Dlkc.h68 enum symbol_type stype; member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c105 char *sym, stype; in read_symbol() local
108 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str); in read_symbol()
125 else if (toupper(stype) == 'A') in read_symbol()
135 else if (toupper(stype) == 'U' || in read_symbol()
142 else if (stype == 'N') in read_symbol()
155 s->sym[0] = stype; in read_symbol()