Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-vax.c959 const struct vot *vP; /* scan votstrs */ in vip_begin() local
964 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()