Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Decoff.c2683 tq_t *tq_ptr; in ecoff_directive_type() local
2698 tq_ptr = &coff_type.type_qualifiers[N_TQ]; in ecoff_directive_type()
2701 if (tq_ptr == &coff_type.type_qualifiers[0]) in ecoff_directive_type()
2711 *--tq_ptr = tq_Ptr; in ecoff_directive_type()
2713 *--tq_ptr = tq_Proc; in ecoff_directive_type()
2715 *--tq_ptr = tq_Array; in ecoff_directive_type()
2723 while (tq_ptr != &coff_type.type_qualifiers[N_TQ]) in ecoff_directive_type()
2724 *tq_shft++ = *tq_ptr++; in ecoff_directive_type()