Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/coff/
HDecoff.h177 #define TIR_BITS1_CONTINUED_LITTLE ((unsigned int) 0x02) macro
/NextBSD/contrib/binutils/bfd/
HDecofflink.c95 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_LITTLE);
152 | (intern->continued ? TIR_BITS1_CONTINUED_LITTLE : 0)