Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/include/coff/
Decoff.h176 #define TIR_BITS1_CONTINUED_BIG ((unsigned int) 0x40) macro
/freebsd-10-stable/contrib/binutils/bfd/
Decofflink.c78 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG);
135 | (intern->continued ? TIR_BITS1_CONTINUED_BIG : 0)