Home
last modified time | relevance | path

Searched refs:xgate_opcode_handle (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c58 struct xgate_opcode_handle struct
105 static struct xgate_opcode *xgate_find_match (struct xgate_opcode_handle *,
293 struct xgate_opcode_handle *op_handles = 0; in md_begin()
325 op_handles = (struct xgate_opcode_handle *) in md_begin()
326 xmalloc (sizeof(struct xgate_opcode_handle) * (number_of_op_handles)); in md_begin()
480 struct xgate_opcode_handle *opcode_handle = 0; in md_assemble()
497 if (!(opcode_handle = (struct xgate_opcode_handle *) hash_find (xgate_hash, in md_assemble()
548 if (!(opcode_handle = (struct xgate_opcode_handle *) in md_assemble()
907 xgate_find_match (struct xgate_opcode_handle *opcode_handle, in xgate_find_match()