Home
last modified time | relevance | path

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

/scripts/
Dkallsyms.c112 char sym[500], stype; in read_symbol() local
115 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, sym); in read_symbol()
134 else if (toupper(stype) == 'A') in read_symbol()
144 else if (toupper(stype) == 'U' || in read_symbol()
151 else if (stype == 'N' || stype == 'n') in read_symbol()
167 s->sym[0] = stype; in read_symbol()
/scripts/kconfig/
Dgconf.c1041 int stype; in fill_row() local
1109 stype = sym_get_type(sym); in fill_row()
1110 switch (stype) { in fill_row()