HomeSort by: relevance | last modified time | path
    Searched defs:tq_shft (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 2669 tq_t *tq_shft;
2707 tq_shft = &coff_type.type_qualifiers[0];
2709 *tq_shft++ = *tq_ptr++;
2711 if (tq_shft != &coff_type.type_qualifiers[0] && tq_shft[-1] == tq_Proc)
2720 tq_shft[-1] = tq_Nil;
2723 while (tq_shft != &coff_type.type_qualifiers[N_TQ])
2724 *tq_shft++ = tq_Nil;
2650 tq_t *tq_shft; local
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 2669 tq_t *tq_shft;
2707 tq_shft = &coff_type.type_qualifiers[0];
2709 *tq_shft++ = *tq_ptr++;
2711 if (tq_shft != &coff_type.type_qualifiers[0] && tq_shft[-1] == tq_Proc)
2720 tq_shft[-1] = tq_Nil;
2723 while (tq_shft != &coff_type.type_qualifiers[N_TQ])
2724 *tq_shft++ = tq_Nil;
2650 tq_t *tq_shft; local

Completed in 40 milliseconds