Home
last modified time | relevance | path

Searched refs:s_bits3 (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/coff/
Dmips.h257 unsigned char s_bits3[1]; member
Dalpha.h303 unsigned char s_bits3[1]; member
/freebsd-10-stable/contrib/binutils/bfd/
Decoffswap.h466 | (ext->s_bits3[0] << SYM_BITS3_INDEX_SH_LEFT_BIG) in ecoff_swap_sym_in()
480 | (ext->s_bits3[0] << SYM_BITS3_INDEX_SH_LEFT_LITTLE) in ecoff_swap_sym_in()
517 ext->s_bits3[0] = (intern->index >> SYM_BITS3_INDEX_SH_LEFT_BIG) & 0xff; in ecoff_swap_sym_out()
531 ext->s_bits3[0] = (intern->index >> SYM_BITS3_INDEX_SH_LEFT_LITTLE) & 0xff; in ecoff_swap_sym_out()