Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Decoff.c2684 tq_t *tq_shft; in ecoff_directive_type() local
2722 tq_shft = &coff_type.type_qualifiers[0]; in ecoff_directive_type()
2724 *tq_shft++ = *tq_ptr++; in ecoff_directive_type()
2726 if (tq_shft != &coff_type.type_qualifiers[0] && tq_shft[-1] == tq_Proc) in ecoff_directive_type()
2735 tq_shft[-1] = tq_Nil; in ecoff_directive_type()
2738 while (tq_shft != &coff_type.type_qualifiers[N_TQ]) in ecoff_directive_type()
2739 *tq_shft++ = tq_Nil; in ecoff_directive_type()