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

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Decoff.h168 unsigned char t_tq45[1]; member in struct:tir_ext
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decofflink.c83 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_BIG)
85 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_BIG)
100 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_LITTLE)
102 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_LITTLE)
140 ext->t_tq45[0] = (((intern->tq4 << TIR_BITS_TQ4_SH_BIG)
157 ext->t_tq45[0] = (((intern->tq4 << TIR_BITS_TQ4_SH_LITTLE)

Completed in 162 milliseconds