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

  /src/external/gpl3/binutils/dist/include/elf/
xtensa.h 196 alignment. Up to 5 bits. Use GET_XTENSA_PROP_ALIGNMENT(flags) to
210 #define GET_XTENSA_PROP_ALIGNMENT(flag) \
  /src/external/gpl3/binutils.old/dist/include/elf/
xtensa.h 196 alignment. Up to 5 bits. Use GET_XTENSA_PROP_ALIGNMENT(flags) to
210 #define GET_XTENSA_PROP_ALIGNMENT(flag) \
  /src/external/gpl3/gdb/dist/include/elf/
xtensa.h 196 alignment. Up to 5 bits. Use GET_XTENSA_PROP_ALIGNMENT(flags) to
210 #define GET_XTENSA_PROP_ALIGNMENT(flag) \
  /src/external/gpl3/gdb.old/dist/include/elf/
xtensa.h 196 alignment. Up to 5 bits. Use GET_XTENSA_PROP_ALIGNMENT(flags) to
210 #define GET_XTENSA_PROP_ALIGNMENT(flag) \
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 822 && (GET_XTENSA_PROP_ALIGNMENT (a->flags)
823 != GET_XTENSA_PROP_ALIGNMENT (b->flags)))
824 return (GET_XTENSA_PROP_ALIGNMENT (a->flags)
825 - GET_XTENSA_PROP_ALIGNMENT (b->flags));
8788 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 823 && (GET_XTENSA_PROP_ALIGNMENT (a->flags)
824 != GET_XTENSA_PROP_ALIGNMENT (b->flags)))
825 return (GET_XTENSA_PROP_ALIGNMENT (a->flags)
826 - GET_XTENSA_PROP_ALIGNMENT (b->flags));
8788 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags);
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 823 && (GET_XTENSA_PROP_ALIGNMENT (a->flags)
824 != GET_XTENSA_PROP_ALIGNMENT (b->flags)))
825 return (GET_XTENSA_PROP_ALIGNMENT (a->flags)
826 - GET_XTENSA_PROP_ALIGNMENT (b->flags));
8786 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 825 && (GET_XTENSA_PROP_ALIGNMENT (a->flags)
826 != GET_XTENSA_PROP_ALIGNMENT (b->flags)))
827 return (GET_XTENSA_PROP_ALIGNMENT (a->flags)
828 - GET_XTENSA_PROP_ALIGNMENT (b->flags));
8792 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags);

Completed in 66 milliseconds