Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/toolchain/binutils/binutils-2.27/bfd/
Decofflink.c64 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG) in _bfd_ecoff_swap_tir_in()
83 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_LITTLE) in _bfd_ecoff_swap_tir_in()
123 | ((intern->tq1 << TIR_BITS_TQ1_SH_BIG) in _bfd_ecoff_swap_tir_out()
142 | ((intern->tq1 << TIR_BITS_TQ1_SH_LITTLE) in _bfd_ecoff_swap_tir_out()
Decoff.c1117 qualifiers[1].type = u.ti.tq1; in ecoff_type_to_string()
/toolchain/binutils/binutils-2.27/gas/
Decoff.c1873 aux.ti.tq1 = (int) t->type_qualifiers[1]; in add_aux_sym_tir()