Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Decoff.c2670 tq_t *tq_shft; in ecoff_directive_type() local
2708 tq_shft = &coff_type.type_qualifiers[0]; in ecoff_directive_type()
2710 *tq_shft++ = *tq_ptr++; in ecoff_directive_type()
2712 if (tq_shft != &coff_type.type_qualifiers[0] && tq_shft[-1] == tq_Proc) in ecoff_directive_type()
2721 tq_shft[-1] = tq_Nil; in ecoff_directive_type()
2724 while (tq_shft != &coff_type.type_qualifiers[N_TQ]) in ecoff_directive_type()
2725 *tq_shft++ = tq_Nil; in ecoff_directive_type()