Searched defs:stype (Results 1 - 3 of 3) sorted by relevance

/scripts/kconfig/
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 53 milliseconds