Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/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()
324 op_handles = XNEWVEC (struct xgate_opcode_handle, number_of_op_handles); in md_begin()
477 struct xgate_opcode_handle *opcode_handle = 0; in md_assemble()
494 opcode_handle = (struct xgate_opcode_handle *) str_hash_find (xgate_hash, in md_assemble()
545 = (struct xgate_opcode_handle *) str_hash_find (xgate_hash, in md_assemble()
908 xgate_find_match (struct xgate_opcode_handle *opcode_handle, in xgate_find_match()