Searched refs:vot_name (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dtahoe.h26 #define vot_name name macro
H A Dvax.h40 #define vot_name name macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtahoe.h26 #define vot_name name macro
H A Dvax.h40 #define vot_name name macro
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-vax.c1833 for (vP = votstrs; *vP->vot_name && !retval; vP++)
1834 retval = hash_insert (op_hash, vP->vot_name, (PTR) &vP->vot_detail);
1837 for (vP = synthetic_votstrs; *vP->vot_name && !retval; vP++)
1838 retval = hash_insert (op_hash, vP->vot_name, (PTR) &vP->vot_detail);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-vax.c969 for (vP = votstrs; *vP->vot_name && !retval; vP++)
970 retval = hash_insert (op_hash, vP->vot_name, (PTR) &vP->vot_detail);
973 for (vP = synthetic_votstrs; *vP->vot_name && !retval; vP++)
974 retval = hash_insert (op_hash, vP->vot_name, (PTR) &vP->vot_detail);

Completed in 587 milliseconds