OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:o_bits2
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/coff/
alpha.h
372
unsigned char
o_bits2
[1];
member in struct:opt_ext
mips.h
330
unsigned char
o_bits2
[1];
member in struct:opt_ext
/toolchain/binutils/binutils-2.25/bfd/
ecoffswap.h
673
intern->value = (((unsigned int) ext->
o_bits2
[0]
683
intern->value = ((ext->
o_bits2
[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE)
713
ext->
o_bits2
[0] = intern->value >> OPT_BITS2_VALUE_SH_LEFT_BIG;
720
ext->
o_bits2
[0] = intern->value >> OPT_BITS2_VALUE_SH_LEFT_LITTLE;
Completed in 40 milliseconds