Searched refs:o_bits4 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Dalpha.h373 unsigned char o_bits4[1]; member in struct:opt_ext
H A Dmips.h331 unsigned char o_bits4[1]; member in struct:opt_ext
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoffswap.h676 | ((unsigned int) ext->o_bits4[0]
684 | (ext->o_bits4[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE));
714 ext->o_bits4[0] = intern->value >> OPT_BITS4_VALUE_SH_LEFT_BIG;
721 ext->o_bits4[0] = intern->value >> OPT_BITS4_VALUE_SH_LEFT_LITTLE;

Completed in 59 milliseconds