Searched refs:t2s (Results 1 – 1 of 1) sorted by relevance
245 static const struct type2str_ent t2s[] = { variable265 for (i = 0; i < sizeof(t2s) / sizeof(t2s[0]); ++i) { in reloctype_to_str()266 if (type == t2s[i].type) in reloctype_to_str()267 return t2s[i].str; in reloctype_to_str()