Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dtahoe.h45 #define vot_name name macro
Dvax.h41 #define vot_name name macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-vax.c964 for (vP = votstrs; *vP->vot_name && !retval; vP++) in vip_begin()
965 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail); in vip_begin()
968 for (vP = synthetic_votstrs; *vP->vot_name && !retval; vP++) in vip_begin()
969 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail); in vip_begin()