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

  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-gen.c 52 static opcode_node opcode_nodes_head; variable
139 new_ent = &opcode_nodes_head.next;
226 by opcode_nodes_head. */
230 opcode_node* ent = opcode_nodes_head.next;
415 divide_table_1 (bittree, opcode_nodes_head.next);
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-gen.c 52 static opcode_node opcode_nodes_head; variable
139 new_ent = &opcode_nodes_head.next;
226 by opcode_nodes_head. */
230 opcode_node* ent = opcode_nodes_head.next;
415 divide_table_1 (bittree, opcode_nodes_head.next);
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-gen.c 52 static opcode_node opcode_nodes_head; variable
137 new_ent = &opcode_nodes_head.next;
207 by opcode_nodes_head. */
211 opcode_node* ent = opcode_nodes_head.next;
396 divide_table_1 (bittree, opcode_nodes_head.next);
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-gen.c 57 static opcode_node opcode_nodes_head; variable
144 new_ent = &opcode_nodes_head.next;
233 by opcode_nodes_head. */
237 opcode_node* ent = opcode_nodes_head.next;
422 divide_table_1 (bittree, opcode_nodes_head.next);

Completed in 30 milliseconds