Searched refs:stype (Results 1 – 2 of 2) sorted by relevance
112 char sym[500], stype; in read_symbol() local115 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()
1041 int stype; in fill_row() local1109 stype = sym_get_type(sym); in fill_row()1110 switch (stype) { in fill_row()