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

  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 56 typedef struct sparc_opcode_hash struct
58 struct sparc_opcode_hash *next;
60 } sparc_opcode_hash; typedef in typeref:struct:sparc_opcode_hash
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
203 sparc_opcode_hash *op;
404 sparc_opcode_hash **hash_table,
409 static sparc_opcode_hash *hash_buf = NULL;
421 sparc_opcode_hash *h = &hash_buf[i];
463 sparc_opcode_hash *op;
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-dis.c 56 typedef struct sparc_opcode_hash struct
58 struct sparc_opcode_hash *next;
60 } sparc_opcode_hash; typedef in typeref:struct:sparc_opcode_hash
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
203 sparc_opcode_hash *op;
432 sparc_opcode_hash **hash_table,
437 static sparc_opcode_hash *hash_buf = NULL;
449 sparc_opcode_hash *h = &hash_buf[i];
491 sparc_opcode_hash *op;
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-dis.c 56 typedef struct sparc_opcode_hash struct
58 struct sparc_opcode_hash *next;
60 } sparc_opcode_hash; typedef in typeref:struct:sparc_opcode_hash
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
203 sparc_opcode_hash *op;
432 sparc_opcode_hash **hash_table,
437 static sparc_opcode_hash *hash_buf = NULL;
449 sparc_opcode_hash *h = &hash_buf[i];
491 sparc_opcode_hash *op;
  /src/external/gpl3/gdb/dist/opcodes/
sparc-dis.c 56 typedef struct sparc_opcode_hash struct
58 struct sparc_opcode_hash *next;
60 } sparc_opcode_hash; typedef in typeref:struct:sparc_opcode_hash
62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE];
203 sparc_opcode_hash *op;
404 sparc_opcode_hash **hash_table,
409 static sparc_opcode_hash *hash_buf = NULL;
421 sparc_opcode_hash *h = &hash_buf[i];
463 sparc_opcode_hash *op;

Completed in 16 milliseconds