Home
last modified time | relevance | path

Searched refs:fBitfield (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/include/coff/
H A Dsym.h276 unsigned fBitfield : 1; /* set if bit width is specified */ member
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dsym.h276 unsigned fBitfield : 1; /* set if bit width is specified */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dsym.h276 unsigned fBitfield : 1; /* set if bit width is specified */ member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decofflink.c55 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG); in _bfd_ecoff_swap_tir_in()
74 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_LITTLE); in _bfd_ecoff_swap_tir_in()
114 ext->t_bits1[0] = ((intern->fBitfield ? TIR_BITS1_FBITFIELD_BIG : 0) in _bfd_ecoff_swap_tir_out()
133 ext->t_bits1[0] = ((intern->fBitfield ? TIR_BITS1_FBITFIELD_LITTLE : 0) in _bfd_ecoff_swap_tir_out()
H A Decoff.c1243 if (u.ti.fBitfield) in ecoff_type_to_string()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decofflink.c55 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG); in _bfd_ecoff_swap_tir_in()
74 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_LITTLE); in _bfd_ecoff_swap_tir_in()
114 ext->t_bits1[0] = ((intern->fBitfield ? TIR_BITS1_FBITFIELD_BIG : 0) in _bfd_ecoff_swap_tir_out()
133 ext->t_bits1[0] = ((intern->fBitfield ? TIR_BITS1_FBITFIELD_LITTLE : 0) in _bfd_ecoff_swap_tir_out()
H A Decoff.c1319 if (u.ti.fBitfield) in ecoff_type_to_string()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c1865 aux.ti.fBitfield = t->bitfield; in add_aux_sym_tir()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c1866 aux.ti.fBitfield = t->bitfield; in add_aux_sym_tir()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19951539 (parse_type): Handle btIndirect types, handle fBitfield for
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19951539 (parse_type): Handle btIndirect types, handle fBitfield for