Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dmips.h259 unsigned char s_bits4[1]; member
Dalpha.h305 unsigned char s_bits4[1]; member
/toolchain/binutils/binutils-2.27/bfd/
Decoffswap.h468 | (ext->s_bits4[0] << SYM_BITS4_INDEX_SH_LEFT_BIG); in ecoff_swap_sym_in()
482 | ((unsigned int) ext->s_bits4[0] in ecoff_swap_sym_in()
519 ext->s_bits4[0] = (intern->index >> SYM_BITS4_INDEX_SH_LEFT_BIG) & 0xff; in ecoff_swap_sym_out()
533 ext->s_bits4[0] = (intern->index >> SYM_BITS4_INDEX_SH_LEFT_LITTLE) & 0xff; in ecoff_swap_sym_out()