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

  /src/external/gpl3/gdb/dist/sim/igen/
gen.h 76 typedef struct _gen_entry gen_entry; typedef in typeref:struct:_gen_entry
83 gen_entry *sibling;
85 gen_entry *parent; /* parent has the opcode* data */
92 gen_entry *entries;
99 gen_entry *combined_next;
100 gen_entry *combined_parent;
111 gen_entry *table;
139 extern int gen_entry_depth (const gen_entry *table);
146 (lf *file, const gen_entry *entry, int depth, void *data);
150 const gen_entry *table
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen.h 76 typedef struct _gen_entry gen_entry; typedef in typeref:struct:_gen_entry
83 gen_entry *sibling;
85 gen_entry *parent; /* parent has the opcode* data */
92 gen_entry *entries;
99 gen_entry *combined_next;
100 gen_entry *combined_parent;
111 gen_entry *table;
139 extern int gen_entry_depth (const gen_entry *table);
146 (lf *file, const gen_entry *entry, int depth, void *data);
150 const gen_entry *table
    [all...]

Completed in 23 milliseconds