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.27/include/elf/
xtensa.h 148 #define XTENSA_PROP_UNREACHABLE 0x00000008
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xtensa.c 756 if ((a->flags & XTENSA_PROP_UNREACHABLE)
757 != (b->flags & XTENSA_PROP_UNREACHABLE))
758 return ((b->flags & XTENSA_PROP_UNREACHABLE)
759 - (a->flags & XTENSA_PROP_UNREACHABLE));
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 182 #define XTENSA_PROP_UNREACHABLE 0x00000008
    [all...]

Completed in 443 milliseconds