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

  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 132 unsigned fReadin : 1; /* true if it was read in (not just created) */
  /toolchain/binutils/binutils-2.25/bfd/
ecoffswap.h 221 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_BIG);
231 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_LITTLE);
287 | (intern->fReadin ? FDR_BITS1_FREADIN_BIG : 0)
299 | (intern->fReadin ? FDR_BITS1_FREADIN_LITTLE : 0)

Completed in 123 milliseconds