HomeSort by: relevance | last modified time | path
    Searched refs:XTENSA_PROP_UNREACHABLE (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
xtensa.h 154 #define XTENSA_PROP_UNREACHABLE 0x00000008
  /src/external/gpl3/binutils.old/dist/include/elf/
xtensa.h 154 #define XTENSA_PROP_UNREACHABLE 0x00000008
  /src/external/gpl3/gdb/dist/include/elf/
xtensa.h 154 #define XTENSA_PROP_UNREACHABLE 0x00000008
  /src/external/gpl3/gdb.old/dist/include/elf/
xtensa.h 154 #define XTENSA_PROP_UNREACHABLE 0x00000008
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 827 if ((a->flags & XTENSA_PROP_UNREACHABLE)
828 != (b->flags & XTENSA_PROP_UNREACHABLE))
829 return ((b->flags & XTENSA_PROP_UNREACHABLE)
830 - (a->flags & XTENSA_PROP_UNREACHABLE));
6633 if ((new_entry->flags & XTENSA_PROP_UNREACHABLE) != 0
7860 while ((the_entry->flags & XTENSA_PROP_UNREACHABLE)
8347 BFD_ASSERT (ebb->ends_unreachable->flags & XTENSA_PROP_UNREACHABLE);
8780 if ((entry->flags & XTENSA_PROP_UNREACHABLE) == 0)
9308 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
9422 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 828 if ((a->flags & XTENSA_PROP_UNREACHABLE)
829 != (b->flags & XTENSA_PROP_UNREACHABLE))
830 return ((b->flags & XTENSA_PROP_UNREACHABLE)
831 - (a->flags & XTENSA_PROP_UNREACHABLE));
6633 if ((new_entry->flags & XTENSA_PROP_UNREACHABLE) != 0
7860 while ((the_entry->flags & XTENSA_PROP_UNREACHABLE)
8347 BFD_ASSERT (ebb->ends_unreachable->flags & XTENSA_PROP_UNREACHABLE);
8780 if ((entry->flags & XTENSA_PROP_UNREACHABLE) == 0)
9308 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
9422 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 828 if ((a->flags & XTENSA_PROP_UNREACHABLE)
829 != (b->flags & XTENSA_PROP_UNREACHABLE))
830 return ((b->flags & XTENSA_PROP_UNREACHABLE)
831 - (a->flags & XTENSA_PROP_UNREACHABLE));
6631 if ((new_entry->flags & XTENSA_PROP_UNREACHABLE) != 0
7858 while ((the_entry->flags & XTENSA_PROP_UNREACHABLE)
8345 BFD_ASSERT (ebb->ends_unreachable->flags & XTENSA_PROP_UNREACHABLE);
8778 if ((entry->flags & XTENSA_PROP_UNREACHABLE) == 0)
9306 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
9420 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 830 if ((a->flags & XTENSA_PROP_UNREACHABLE)
831 != (b->flags & XTENSA_PROP_UNREACHABLE))
832 return ((b->flags & XTENSA_PROP_UNREACHABLE)
833 - (a->flags & XTENSA_PROP_UNREACHABLE));
6637 if ((new_entry->flags & XTENSA_PROP_UNREACHABLE) != 0
7864 while ((the_entry->flags & XTENSA_PROP_UNREACHABLE)
8351 BFD_ASSERT (ebb->ends_unreachable->flags & XTENSA_PROP_UNREACHABLE);
8784 if ((entry->flags & XTENSA_PROP_UNREACHABLE) == 0)
9312 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
9426 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 178 #define XTENSA_PROP_UNREACHABLE 0x00000008
12229 num |= XTENSA_PROP_UNREACHABLE;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 178 #define XTENSA_PROP_UNREACHABLE 0x00000008
12229 num |= XTENSA_PROP_UNREACHABLE;

Completed in 72 milliseconds