| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-sparc.c | 746 struct priv_reg_entry priv_reg_table[] = 920 (((sizeof (priv_reg_table) / sizeof (priv_reg_table[0])) - 1) \ 1009 qsort (priv_reg_table, sizeof (priv_reg_table) / sizeof (priv_reg_table[0]), 1010 sizeof (priv_reg_table[0]), cmp_reg_entry); 1051 = {priv_reg_table, hpriv_reg_table, v9a_asr_table, NULL}; 1898 for (p = priv_reg_table; p->name; p++) 742 struct priv_reg_entry priv_reg_table[] = variable in typeref:struct:priv_reg_entry
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-sparc.c | 745 struct priv_reg_entry priv_reg_table[] = 919 (((sizeof (priv_reg_table) / sizeof (priv_reg_table[0])) - 1) \ 1008 qsort (priv_reg_table, sizeof (priv_reg_table) / sizeof (priv_reg_table[0]), 1009 sizeof (priv_reg_table[0]), cmp_reg_entry); 1050 = {priv_reg_table, hpriv_reg_table, v9a_asr_table, NULL}; 1897 for (p = priv_reg_table; p->name; p++) 741 struct priv_reg_entry priv_reg_table[] = variable in typeref:struct:priv_reg_entry
|