Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dmips.h338 #define OPT_BITS2_VALUE_SH_LEFT_LITTLE 0 macro
Dalpha.h380 #define OPT_BITS2_VALUE_SH_LEFT_LITTLE 0 macro
/toolchain/binutils/binutils-2.27/bfd/
Decoffswap.h683 intern->value = ((ext->o_bits2[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE) in ecoff_swap_opt_in()
684 | (ext->o_bits3[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE) in ecoff_swap_opt_in()
685 | (ext->o_bits4[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE)); in ecoff_swap_opt_in()
720 ext->o_bits2[0] = intern->value >> OPT_BITS2_VALUE_SH_LEFT_LITTLE; in ecoff_swap_opt_out()