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

  /toolchain/binutils/binutils-2.27/include/coff/
mips.h 95 #define RELOC_BITS3_EXTERN_LITTLE 0x80
  /toolchain/binutils/binutils-2.27/bfd/
coff-mips.c 304 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_LITTLE) != 0;
342 | (intern->r_extern ? RELOC_BITS3_EXTERN_LITTLE : 0));
    [all...]

Completed in 674 milliseconds