Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/coff/
HDecoff.h170 unsigned char t_tq23[1]; member
/freebsd-11-stable/contrib/binutils/bfd/
HDecofflink.c89 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_BIG)
91 intern->tq3 = (ext->t_tq23[0] & TIR_BITS_TQ3_BIG)
106 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_LITTLE)
108 intern->tq3 = (ext->t_tq23[0] & TIR_BITS_TQ3_LITTLE)
146 ext->t_tq23[0] = (((intern->tq2 << TIR_BITS_TQ2_SH_BIG)
163 ext->t_tq23[0] = (((intern->tq2 << TIR_BITS_TQ2_SH_LITTLE)