Home
last modified time | relevance | path

Searched refs:fReadin (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Decoffswap.h221 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_BIG); in ecoff_swap_fdr_in()
231 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_LITTLE); in ecoff_swap_fdr_in()
287 | (intern->fReadin ? FDR_BITS1_FREADIN_BIG : 0) in ecoff_swap_fdr_out()
299 | (intern->fReadin ? FDR_BITS1_FREADIN_LITTLE : 0) in ecoff_swap_fdr_out()
/toolchain/binutils/binutils-2.25/include/coff/
Dsym.h132 unsigned fReadin : 1; /* true if it was read in (not just created) */ member