Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A 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()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c2670 tq_t *tq_ptr; in ecoff_directive_type() local
2685 tq_ptr = &coff_type.type_qualifiers[N_TQ]; in ecoff_directive_type()
2688 if (tq_ptr == &coff_type.type_qualifiers[0]) in ecoff_directive_type()
2698 *--tq_ptr = tq_Ptr; in ecoff_directive_type()
2700 *--tq_ptr = tq_Proc; in ecoff_directive_type()
2702 *--tq_ptr = tq_Array; in ecoff_directive_type()
2710 while (tq_ptr != &coff_type.type_qualifiers[N_TQ]) in ecoff_directive_type()
2711 *tq_shft++ = *tq_ptr++; in ecoff_directive_type()