OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:main_table
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.c
128
short end = sizeof (
main_table
) / sizeof (struct ia64_main_table);
131
if (nameindex <
main_table
[0].name_index
132
|| nameindex >
main_table
[end - 1].name_index)
138
if (nameindex <
main_table
[i].name_index)
142
else if (nameindex ==
main_table
[i].name_index)
144
while (i > 0 &&
main_table
[i - 1].name_index == nameindex)
176
prev_completer =
main_table
[main_ent].completers;
307
/* Returns a non-zero value if the opcode in the
main_table
list at
313
if (
main_table
[place].opcode_type != type)
317
if (
main_table
[place].flag
[
all
...]
ia64-asmtab.c
5902
main_table
[] = {
variable in typeref:struct:ia64_main_table
[
all
...]
Completed in 2378 milliseconds