HomeSort by: relevance | last modified time | path
    Searched defs:completers (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
ia64-asmtab.h 41 /* The base insn value for this opcode. It may be modified by completers. */
55 /* The tree of completers for this instruction; this is an offset into
57 short completers; member in struct:ia64_main_table
60 /* Each instruction has a set of possible "completers", or additional
69 These completers are arranged in a DAG; the pointers are indexes
79 Some instructions do not require any completers; these contain an
83 Terminal completers (those completers that validly complete an
105 /* A pointer to the DAG of completers that can potentially follow
123 /* COMPLETER_INDEX represents the tree of completers that make u
    [all...]
ia64-gen.c 26 their possible completers, as well as compacting the set of strings used.
68 /* The base name of this opcode. The names of its completers are
74 /* The list of completers that can be applied to this opcode. */
75 struct completer_entry *completers; member in struct:main_entry
86 /* The set of possible completers for an opcode. */
105 /* Additional completers that can be appended to this one. */
109 instruction opcode for this combination of opcode and completers.
162 /* The string table contains all opcodes and completers sorted in
1062 /* An insn class matches anything that is the same followed by completers,
1063 except when the absence and presence of completers constitutes differen
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-asmtab.h 41 /* The base insn value for this opcode. It may be modified by completers. */
55 /* The tree of completers for this instruction; this is an offset into
57 short completers; member in struct:ia64_main_table
60 /* Each instruction has a set of possible "completers", or additional
69 These completers are arranged in a DAG; the pointers are indexes
79 Some instructions do not require any completers; these contain an
83 Terminal completers (those completers that validly complete an
105 /* A pointer to the DAG of completers that can potentially follow
123 /* COMPLETER_INDEX represents the tree of completers that make u
    [all...]
ia64-gen.c 26 their possible completers, as well as compacting the set of strings used.
68 /* The base name of this opcode. The names of its completers are
74 /* The list of completers that can be applied to this opcode. */
75 struct completer_entry *completers; member in struct:main_entry
86 /* The set of possible completers for an opcode. */
105 /* Additional completers that can be appended to this one. */
109 instruction opcode for this combination of opcode and completers.
162 /* The string table contains all opcodes and completers sorted in
1062 /* An insn class matches anything that is the same followed by completers,
1063 except when the absence and presence of completers constitutes differen
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-asmtab.h 41 /* The base insn value for this opcode. It may be modified by completers. */
55 /* The tree of completers for this instruction; this is an offset into
57 short completers; member in struct:ia64_main_table
60 /* Each instruction has a set of possible "completers", or additional
69 These completers are arranged in a DAG; the pointers are indexes
79 Some instructions do not require any completers; these contain an
83 Terminal completers (those completers that validly complete an
105 /* A pointer to the DAG of completers that can potentially follow
123 /* COMPLETER_INDEX represents the tree of completers that make u
    [all...]
ia64-gen.c 26 their possible completers, as well as compacting the set of strings used.
68 /* The base name of this opcode. The names of its completers are
74 /* The list of completers that can be applied to this opcode. */
75 struct completer_entry *completers; member in struct:main_entry
86 /* The set of possible completers for an opcode. */
105 /* Additional completers that can be appended to this one. */
109 instruction opcode for this combination of opcode and completers.
162 /* The string table contains all opcodes and completers sorted in
1062 /* An insn class matches anything that is the same followed by completers,
1063 except when the absence and presence of completers constitutes differen
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-asmtab.h 41 /* The base insn value for this opcode. It may be modified by completers. */
55 /* The tree of completers for this instruction; this is an offset into
57 short completers; member in struct:ia64_main_table
60 /* Each instruction has a set of possible "completers", or additional
69 These completers are arranged in a DAG; the pointers are indexes
79 Some instructions do not require any completers; these contain an
83 Terminal completers (those completers that validly complete an
105 /* A pointer to the DAG of completers that can potentially follow
123 /* COMPLETER_INDEX represents the tree of completers that make u
    [all...]
ia64-gen.c 26 their possible completers, as well as compacting the set of strings used.
68 /* The base name of this opcode. The names of its completers are
74 /* The list of completers that can be applied to this opcode. */
75 struct completer_entry *completers; member in struct:main_entry
86 /* The set of possible completers for an opcode. */
105 /* Additional completers that can be appended to this one. */
109 instruction opcode for this combination of opcode and completers.
162 /* The string table contains all opcodes and completers sorted in
1062 /* An insn class matches anything that is the same followed by completers,
1063 except when the absence and presence of completers constitutes differen
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-cmd.c 39 static const struct cmdpy_completer completers[] = variable in typeref:struct:cmdpy_completer
49 #define N_COMPLETERS (sizeof (completers) / sizeof (completers[0]))
141 /* Helper function for the Python command completers (both "pure"
261 (completers[value].completer));
294 completers[value].completer (command, tracker, text, word);
539 : completers[completetype].completer));
589 if (PyModule_AddIntConstant (gdb_module, completers[i].name, i) < 0)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-cmd.c 39 static const struct cmdpy_completer completers[] = variable in typeref:struct:cmdpy_completer
49 #define N_COMPLETERS (sizeof (completers) / sizeof (completers[0]))
141 /* Helper function for the Python command completers (both "pure"
261 (completers[value].completer));
294 completers[value].completer (command, tracker, text, word);
539 : completers[completetype].completer));
590 if (PyModule_AddIntConstant (gdb_module, completers[i].name, i) < 0)

Completed in 36 milliseconds