Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Decoff.c2669 tq_t *tq_ptr; in ecoff_directive_type() local
2684 tq_ptr = &coff_type.type_qualifiers[N_TQ]; in ecoff_directive_type()
2687 if (tq_ptr == &coff_type.type_qualifiers[0]) in ecoff_directive_type()
2697 *--tq_ptr = tq_Ptr; in ecoff_directive_type()
2699 *--tq_ptr = tq_Proc; in ecoff_directive_type()
2701 *--tq_ptr = tq_Array; in ecoff_directive_type()
2709 while (tq_ptr != &coff_type.type_qualifiers[N_TQ]) in ecoff_directive_type()
2710 *tq_shft++ = *tq_ptr++; in ecoff_directive_type()