Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dmips.h258 unsigned char s_bits3[1]; member
Dalpha.h304 unsigned char s_bits3[1]; member
/toolchain/binutils/binutils-2.27/bfd/
Decoffswap.h467 | (ext->s_bits3[0] << SYM_BITS3_INDEX_SH_LEFT_BIG) in ecoff_swap_sym_in()
481 | (ext->s_bits3[0] << SYM_BITS3_INDEX_SH_LEFT_LITTLE) in ecoff_swap_sym_in()
518 ext->s_bits3[0] = (intern->index >> SYM_BITS3_INDEX_SH_LEFT_BIG) & 0xff; in ecoff_swap_sym_out()
532 ext->s_bits3[0] = (intern->index >> SYM_BITS3_INDEX_SH_LEFT_LITTLE) & 0xff; in ecoff_swap_sym_out()