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

  /src/external/gpl3/binutils/dist/include/elf/
xtensa.h 206 #define XTENSA_PROP_ALIGN 0x00000800
  /src/external/gpl3/binutils.old/dist/include/elf/
xtensa.h 206 #define XTENSA_PROP_ALIGN 0x00000800
  /src/external/gpl3/gdb/dist/include/elf/
xtensa.h 206 #define XTENSA_PROP_ALIGN 0x00000800
  /src/external/gpl3/gdb.old/dist/include/elf/
xtensa.h 206 #define XTENSA_PROP_ALIGN 0x00000800
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 817 if ((a->flags & XTENSA_PROP_ALIGN) != (b->flags & XTENSA_PROP_ALIGN))
818 return ((b->flags & XTENSA_PROP_ALIGN)
819 - (a->flags & XTENSA_PROP_ALIGN));
821 if ((a->flags & XTENSA_PROP_ALIGN)
6614 || ((the_entry->flags & XTENSA_PROP_ALIGN) != 0))
6690 || ((new_entry->flags & XTENSA_PROP_ALIGN) != 0))
8784 if ((entry->flags & XTENSA_PROP_ALIGN) != 0)
10730 && (flags & XTENSA_PROP_ALIGN) == 0
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 818 if ((a->flags & XTENSA_PROP_ALIGN) != (b->flags & XTENSA_PROP_ALIGN))
819 return ((b->flags & XTENSA_PROP_ALIGN)
820 - (a->flags & XTENSA_PROP_ALIGN));
822 if ((a->flags & XTENSA_PROP_ALIGN)
6614 || ((the_entry->flags & XTENSA_PROP_ALIGN) != 0))
6690 || ((new_entry->flags & XTENSA_PROP_ALIGN) != 0))
8784 if ((entry->flags & XTENSA_PROP_ALIGN) != 0)
10730 && (flags & XTENSA_PROP_ALIGN) == 0
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 818 if ((a->flags & XTENSA_PROP_ALIGN) != (b->flags & XTENSA_PROP_ALIGN))
819 return ((b->flags & XTENSA_PROP_ALIGN)
820 - (a->flags & XTENSA_PROP_ALIGN));
822 if ((a->flags & XTENSA_PROP_ALIGN)
6612 || ((the_entry->flags & XTENSA_PROP_ALIGN) != 0))
6688 || ((new_entry->flags & XTENSA_PROP_ALIGN) != 0))
8782 if ((entry->flags & XTENSA_PROP_ALIGN) != 0)
10728 && (flags & XTENSA_PROP_ALIGN) == 0
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 820 if ((a->flags & XTENSA_PROP_ALIGN) != (b->flags & XTENSA_PROP_ALIGN))
821 return ((b->flags & XTENSA_PROP_ALIGN)
822 - (a->flags & XTENSA_PROP_ALIGN));
824 if ((a->flags & XTENSA_PROP_ALIGN)
6618 || ((the_entry->flags & XTENSA_PROP_ALIGN) != 0))
6694 || ((new_entry->flags & XTENSA_PROP_ALIGN) != 0))
8788 if ((entry->flags & XTENSA_PROP_ALIGN) != 0)
10734 && (flags & XTENSA_PROP_ALIGN) == 0
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 229 #define XTENSA_PROP_ALIGN 0x00000800
12249 num |= XTENSA_PROP_ALIGN;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 229 #define XTENSA_PROP_ALIGN 0x00000800
12249 num |= XTENSA_PROP_ALIGN;

Completed in 47 milliseconds