Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c3131 tic6x_opcode_list *opc_list, *opc; in md_assemble() local
3193 opc_list = hash_find_n (opcode_hash, str, p - str); in md_assemble()
3194 if (opc_list == NULL) in md_assemble()
3256 for (opc = opc_list; opc; opc = opc->next) in md_assemble()
3264 for (opc = opc_list; opc; opc = opc->next) in md_assemble()