Searched refs:rw_table (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-api.c84 static struct trans rw_table[] = { variable in typeref:struct:trans
121 int i = ARRAY_SIZE (rw_table) - 1;
129 for (i = 0; rw_table[i].name != NULL; i++)
130 if (rw_table[i].value == opcode)
144 info_verbose ? rw_table[i].desc : "");
153 info_verbose ? rw_table[i].desc : "");
219 if (rw_table[i].name)
222 rw_table[i].name,
223 info_verbose ? rw_table[i].desc : "");
247 rw_table[
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-api.c84 static struct trans rw_table[] = { variable in typeref:struct:trans
121 int i = ARRAY_SIZE (rw_table) - 1;
129 for (i = 0; rw_table[i].name != NULL; i++)
130 if (rw_table[i].value == opcode)
144 info_verbose ? rw_table[i].desc : "");
153 info_verbose ? rw_table[i].desc : "");
219 if (rw_table[i].name)
222 rw_table[i].name,
223 info_verbose ? rw_table[i].desc : "");
247 rw_table[
[all...]

Completed in 76 milliseconds