Home | History | Annotate | Download | only in gas

Lines Matching defs:tq_ptr

683   tq_Ptr	= tqPtr,	/* pointer */
2668 tq_t *tq_ptr;
2683 tq_ptr = &coff_type.type_qualifiers[N_TQ];
2686 if (tq_ptr == &coff_type.type_qualifiers[0])
2696 *--tq_ptr = tq_Ptr;
2698 *--tq_ptr = tq_Proc;
2700 *--tq_ptr = tq_Array;
2708 while (tq_ptr != &coff_type.type_qualifiers[N_TQ])
2709 *tq_shft++ = *tq_ptr++;