Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dsym.h282 unsigned tq0 : 4; member
/toolchain/binutils/binutils-2.25/bfd/
Decofflink.c62 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG) in _bfd_ecoff_swap_tir_in()
81 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_LITTLE) in _bfd_ecoff_swap_tir_in()
121 ext->t_tq01[0] = (((intern->tq0 << TIR_BITS_TQ0_SH_BIG) in _bfd_ecoff_swap_tir_out()
140 ext->t_tq01[0] = (((intern->tq0 << TIR_BITS_TQ0_SH_LITTLE) in _bfd_ecoff_swap_tir_out()
Decoff.c1089 qualifiers[0].type = u.ti.tq0; in ecoff_type_to_string()
/toolchain/binutils/binutils-2.25/gas/
Decoff.c1872 aux.ti.tq0 = (int) t->type_qualifiers[0]; in add_aux_sym_tir()