Searched refs:t_tq01 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Decoff.h169 unsigned char t_tq01[1]; member in struct:tir_ext
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decofflink.c87 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG)
89 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG)
104 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_LITTLE)
106 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_LITTLE)
144 ext->t_tq01[0] = (((intern->tq0 << TIR_BITS_TQ0_SH_BIG)
161 ext->t_tq01[0] = (((intern->tq0 << TIR_BITS_TQ0_SH_LITTLE)

Completed in 188 milliseconds