Home
last modified time | relevance | path

Searched refs:o_bits2 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dmips.h329 unsigned char o_bits2[1]; member
H A Dalpha.h371 unsigned char o_bits2[1]; member
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dmips.h353 unsigned char o_bits2[1]; member
H A Dalpha.h368 unsigned char o_bits2[1]; member
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Decoffswap.h672 intern->value = (((unsigned int) ext->o_bits2[0] in ecoff_swap_opt_in()
682 intern->value = ((ext->o_bits2[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE) in ecoff_swap_opt_in()
712 ext->o_bits2[0] = intern->value >> OPT_BITS2_VALUE_SH_LEFT_BIG; in ecoff_swap_opt_out()
719 ext->o_bits2[0] = intern->value >> OPT_BITS2_VALUE_SH_LEFT_LITTLE; in ecoff_swap_opt_out()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Decoffswap.h785 intern->value = (((unsigned int) ext->o_bits2[0]
795 intern->value = ((ext->o_bits2[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE)
828 ext->o_bits2[0] = intern->value >> OPT_BITS2_VALUE_SH_LEFT_BIG;
835 ext->o_bits2[0] = intern->value >> OPT_BITS2_VALUE_SH_LEFT_LITTLE;