HomeSort by relevance Sort by last modified time
    Searched refs:o_bits4 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/include/coff/
alpha.h 374 unsigned char o_bits4[1]; member in struct:opt_ext
mips.h 332 unsigned char o_bits4[1]; member in struct:opt_ext
  /toolchain/binutils/binutils-2.27/bfd/
ecoffswap.h 677 | ((unsigned int) ext->o_bits4[0]
685 | (ext->o_bits4[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE));
715 ext->o_bits4[0] = intern->value >> OPT_BITS4_VALUE_SH_LEFT_BIG;
722 ext->o_bits4[0] = intern->value >> OPT_BITS4_VALUE_SH_LEFT_LITTLE;

Completed in 529 milliseconds