OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_handles
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.c
293
struct xgate_opcode_handle *
op_handles
= 0;
local
325
op_handles
= (struct xgate_opcode_handle *)
338
op_handles
[j].opc0[handle_enum] = xgate_opcode_ptr;
345
op_handles
[j].name = xgate_opcode_ptr->name;
346
op_handles
[j].opc0[0] = xgate_opcode_ptr;
347
hash_insert (xgate_hash, (char *)
op_handles
[j].name,
348
(char *) &(
op_handles
[j]));
350
op_handles
[j].number_of_modes = handle_enum;
351
prev_op_name =
op_handles
[j].name;
[
all
...]
Completed in 61 milliseconds