Home
last modified time | relevance | path

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

/src/sys/riscv/riscv/
H A Delf_machdep.c245 static const struct type2str_ent t2s[] = { variable
265 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()