Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/coff/
Dmips.h192 #define FDR_BITS1_FREADIN_BIG 0x02 macro
Dalpha.h238 #define FDR_BITS1_FREADIN_BIG 0x02 macro
/freebsd-9-stable/contrib/binutils/bfd/
Decoffswap.h220 intern->fReadin = 0 != (ext->f_bits1[0] & FDR_BITS1_FREADIN_BIG); in ecoff_swap_fdr_in()
286 | (intern->fReadin ? FDR_BITS1_FREADIN_BIG : 0) in ecoff_swap_fdr_out()