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

  /src/external/gpl3/binutils/dist/opcodes/
cris-dis.c 187 static const struct cris_opcode **rest_prefixes = NULL;
226 rest_prefixes
228 if (rest_prefixes == NULL)
231 memset (rest_prefixes, 0, 65536 * sizeof (rest_prefixes[0]));
274 prefix_opc_table = rest_prefixes;
283 prefix_opc_table = rest_prefixes;
186 static const struct cris_opcode **rest_prefixes = NULL; local
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c 187 static const struct cris_opcode **rest_prefixes = NULL;
226 rest_prefixes
228 if (rest_prefixes == NULL)
231 memset (rest_prefixes, 0, 65536 * sizeof (rest_prefixes[0]));
274 prefix_opc_table = rest_prefixes;
283 prefix_opc_table = rest_prefixes;
186 static const struct cris_opcode **rest_prefixes = NULL; local
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-dis.c 187 static const struct cris_opcode **rest_prefixes = NULL;
226 rest_prefixes
228 if (rest_prefixes == NULL)
231 memset (rest_prefixes, 0, 65536 * sizeof (rest_prefixes[0]));
274 prefix_opc_table = rest_prefixes;
283 prefix_opc_table = rest_prefixes;
186 static const struct cris_opcode **rest_prefixes = NULL; local
  /src/external/gpl3/gdb/dist/opcodes/
cris-dis.c 187 static const struct cris_opcode **rest_prefixes = NULL;
226 rest_prefixes
228 if (rest_prefixes == NULL)
231 memset (rest_prefixes, 0, 65536 * sizeof (rest_prefixes[0]));
274 prefix_opc_table = rest_prefixes;
283 prefix_opc_table = rest_prefixes;
186 static const struct cris_opcode **rest_prefixes = NULL; local

Completed in 74 milliseconds