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

  /toolchain/binutils/binutils-2.25/include/elf/
xtensa.h 144 #define XTENSA_PROP_UNREACHABLE 0x00000008
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 748 if ((a->flags & XTENSA_PROP_UNREACHABLE)
749 != (b->flags & XTENSA_PROP_UNREACHABLE))
750 return ((b->flags & XTENSA_PROP_UNREACHABLE)
751 - (a->flags & XTENSA_PROP_UNREACHABLE));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 181 #define XTENSA_PROP_UNREACHABLE 0x00000008
    [all...]

Completed in 606 milliseconds